Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
chiragngohel
Contributor III
Contributor III

Set analysis issue

Hi To All Qlikview Masters,

I am having very weird kind of issue with Qlikview 9 SR7.

In one of my app, i am using set analysis. Everything working fine in development module but when i switch to access point it bringing up "No Data to display" message despite all data there. I can see all figures in development but not in access point.

If i change formulla using IF, it working fine in access point too.

Has anyone got any clue?

Thanks in advance,

Chirag

8 Replies
SunilChauhan
Champion II
Champion II

can you share the formula ?

Sunil Chauhan
chiragngohel
Contributor III
Contributor III
Author

Avg ({$<[Question ID]={'262'}>}score)

chiragngohel
Contributor III
Contributor III
Author

Avg ({$<[Question ID]={'262'}>}score)

SunilChauhan
Champion II
Champion II

it look like correct but you can try below code

Avg ({$<[Question ID]={"262'}>}score)

or

Avg ({<[Question ID]={"262'}>}score)


Sunil Chauhan
chiragngohel
Contributor III
Contributor III
Author

not working, mate!

come up as expression error!

chiragngohel
Contributor III
Contributor III
Author

not working, mate!

come up as expression error!

SunilChauhan
Champion II
Champion II

aggr(Avg ({$<[Question ID]={'262'}>}score),[Question ID])

or

Avg ({1<[Question ID]={'262'}>}score)


Sunil Chauhan
chiragngohel
Contributor III
Contributor III
Author

No luck yet.