can in-list be used with {variable[N]}?

In Report Writer, Sage 100 Contractor, is there a way to use the selection criteria "in list" with a variable like {variable[N]}?

In this case, I am using {Job Number[N]} to select Job Number in SQL statement where job number is not in the Primary Table linked tables. 

The question is can I create a multiple job entry like "In List" to run multiple jobs in a custom report when using {variable[N]}?

Example:  [Select sum(sbcgln.bdgprc) From sbcgln, prmchg, sbcgln inner join prmchg on sbcgln.recnum = prmchg.recnum Where PrmChg.JobNum = {Job Number [N]} and sbcgln.cstcde = {cstcde.recnum} and sbcgln.csttyp = 1 and PrmChg.Status = 1 ]

My report uses Cost Code Primary Table, and the report can only run one job at a time.