Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
num(count({<CONTAINERS.RCMSRECORD={1},CONTAINERS.OEMTYPE,CONTAINERS.VOYAGE,EVENT_LOG.EVENTDESCRIPTION,CONTAINERS.LINE_ID=>} CONTAINERS.TOTAL), 0)
this is my set analysis expression its working fine when i open qvd in Qlikview Dashbord but after deployment on server it is displaying incorrect results?
Hi
This could be due to the fat client tolerating the missing = signs (and the server not). Try
num(count({<CONTAINERS.RCMSRECORD={1},CONTAINERS.OEMTYPE=,CONTAINERS.VOYAGE=,EVENT_LOG.EVENTDESCRIPTION=,CONTAINERS.LINE_ID=>} CONTAINERS.TOTAL), 0)
Hope that helps
Jonathan
Thanks for fast response.
i have tried it nothing change
I have no idea why its happening ! it is working fine on QlikView Dashboard. but after deployment it is returning 0.