Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem in deployment of document with Set Analysis

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?

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

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

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanks for fast response.

i have tried it nothing change

Not applicable
Author

I have no idea why its happening ! it is working fine on QlikView Dashboard. but after deployment it is returning 0.