Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends
sum( {$<YEAR = {"$(=Only([YEAR]))"},CC_CODE<>{"00000"}>} [PREMIUM] )
The expression is not working. Pls help me to correct it
Thanks
Hi,
Try below expression:
sum( {$<YEAR = {"$(=Only([YEAR]))"},CC_CODE-= {"00000"}>} [PREMIUM] )
HTH
sushil
Try:
sum( {$<YEAR = {"$(=Only([YEAR]))"},CC_CODE={{*}-{"00000"}>} [PREMIUM])
Hi,
Try below expression:
sum( {$<YEAR = {"$(=Only([YEAR]))"},CC_CODE-= {"00000"}>} [PREMIUM] )
HTH
sushil
Hi,
Try this,
sum( {$<YEAR = {$(=Only([YEAR]))},CC_CODE-={"00000"}>} [PREMIUM] )
Regards,
Marcellino
Hi,
Check this
sum( {$<YEAR = {"$(=Only([YEAR]))"},CC_CODE-={"00000"}>} [PREMIUM])
Regards
ASHFAQ
Thanks all