Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
I have a field called 'Category':
In this field i have text called: SR'S OPEN.
Im trying to perform a set analysis:
=Sum({$<[Category]={'SR' & chr(39) & 'S OPEN'}>} Data)
but this does not work. I think its the apostrophe that erroring.
Any suggestions?
Regards,
Magen
maybe
=Sum({$<[Category]={"SR'S OPEN"}>} Data)
Hi,
It work inside ""
Try like
"SR's Open"
Regards
Please try like this,
=Sum({$<[Category]={'SR''S OPEN'}>} Data)
Regards,
Faisal