Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
i am trying to use the below function in Qlik View and get an error
sum({$<yearmonthvalue
>={201201}>} amount*(1+taxrate))
i need the year moth value where all the data can be pulled greater than and equal to 2012
>=201201
can anyone please help me what is wrong in the expression
Regards
Viral
Viral,
Try this: {<yearmonthvalue={'>=201201'}>}
or
{<yearmonthvalue={"$(='>=' & '201201')"}>}
Regards,
Michael
Viral,
Try this: {<yearmonthvalue={'>=201201'}>}
or
{<yearmonthvalue={"$(='>=' & '201201')"}>}
Regards,
Michael
Thanks very much Michael .. It worked.
Regards,
Viral