Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
Champion

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
Champion

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
Champion

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.