Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

No data to display error message in QV11

Hi,

I'm currently testing the QV11. I opened a document created with QV10 and I got a 'No data to display' message in some of my charts. I noticed the error happened in chart with a condition in the expression (ex: Avg({TOTAL<VALEUR={'Station'}>}NOTE) ) and not in chart without condition (ex : Avg(NOTE) )

In QV10, I didn't have this message and charts were display without errors.

Have you an idea ?

Regards,

1 Solution

Accepted Solutions
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi, Pierre,

the expression in Set analysis is wrong, TOTAL must be entered behind the set analysis formula:

Avg({<VALEUR={'Station'}>} TOTAL NOTE)

greetings from Munich

Martina Brenner

EVACO GmbH

View solution in original post

2 Replies
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi, Pierre,

the expression in Set analysis is wrong, TOTAL must be entered behind the set analysis formula:

Avg({<VALEUR={'Station'}>} TOTAL NOTE)

greetings from Munich

Martina Brenner

EVACO GmbH

Not applicable
Author

Thank you very much ! It works now !