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: 
Not applicable

Help for a new user ...

Hello everyone,

I am quite new in Qlik sense and I tried something and I am not able to understand why it doesn't work :

Avg( {< [Semaine-sem] =  Max([Semaine-sem])  >} [Météo])

Once this one is solved, I would like to go a bit further : the field [Semaine-sem] go from 1 to n but sometimes after a certain amount of Semaine-sem, the field [Météo] is empty so I'd like to exlude these data.

Thanks for any help and sorry for my bad English

1 Solution

Accepted Solutions
OmarBenSalem

It's rather :

Avg( {< [Semaine-sem] =  {"$(=Max([Semaine-sem]))"}  >} [Météo])

View solution in original post

3 Replies
agigliotti
Partner - Champion
Partner - Champion

try:

Avg( {< [Semaine-sem] =  {"=Max([Semaine-sem])"}  >} [Météo])

OmarBenSalem

It's rather :

Avg( {< [Semaine-sem] =  {"$(=Max([Semaine-sem]))"}  >} [Météo])

Not applicable
Author

thanks Omar, the syntax is correct, it works great