Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
count( {SET A}{< Invrc = {'INV'}>} field) this expression giving me wrong result, it is working on normal calender not on SET i have created.
please help me in syntax. how to write these kind of syntax in set analysis.
Thanks to all in advance.
Regards
Abhay
Count( {[SET A]< Invrc = {'INV'}>} field)
Count( {[SET A]< Invrc = {'INV'}>} field)
Hi,
Try this ways
count( <[SET A]> {< Invrc = {'INV'}>} field)
Or
count( <[SET A]=> {< Invrc = {'INV'}>} field)
Regards
Anand