Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I want to create a metric based on the type=Active like Sum(Revenue) based on Type=Active How I can implement in Qlikview Chart?? Thanks,
Hi Madu,
Your expression should be like this
Sum({$<[Type]={'Active'}>} Revenue)
Regards,
Sokkorn
Hi Madu,
Your expression should be like this
Sum({$<[Type]={'Active'}>} Revenue)
Regards,
Sokkorn
Thanks Sokk, it worked perfectly.