Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
vMac_Rating count( {< [Mac Rating]={'$(vRating_List)'} >} [Mac Rating])
vRating_List | 0,1,2,3,4,5,6,7,8,9,10 |
How do I format my variable to be read into the set expression.
I have these as lines in an Excel file.
Gerry.
Hi Gerry,
Another solution,
count( {< [Mac Rating]={$(=vRating_List)} >} [Mac Rating])
Try it without the single quotes:
Count({<[Mac Rating] = {$(vRating_List)}>} [Mac Rating])
Hi Gerry,
Another solution,
count( {< [Mac Rating]={$(=vRating_List)} >} [Mac Rating])
You are the greatest !