Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Try with isnull(ZIP), isnull(TERRITORY).. instead of ZIP=,TERRITORY=
Swapnil
How do u write Isnull in Set Expression. I am trying
sum({$<%EPID={1},Segment={'Advocates'}, Isnull(ZIP), Isnull(Name), Isnull(TERRITORY)>}
but this is giving me an error ![]()
No it should work perfectly according to your expr. Can you share your sample file so it helps us to look on it.
use below code
sum({<%EPID={1},Segment={'Advocates'},ZIP=, Name=, TERRITORY=>} (eTRx_Volume))/sum( {<%EPID={7},Segment={'Advocates'}, ZIP=, Name=,TERRITORY=>} (eTRx_Volume) )
hope this helps
I am using the same expression but it is not working.
can you attached a sample file
??????