Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What's wrong???

Hi,

I have variable

qqq=aggr(,Help_ID=$1)

I want to use it in my expression

count({<={'bbb'}, {'$(=(qqq(1)))'}>})

Please help to add my variable to the Set Analysis.

Thanks,

4 Replies
Not applicable
Author

In you Set Analysis, you have "={'bbb'}, {'something'}". Weird, no ?

I usually have "={'bbb'}, Dimension={'something'}" instead.

In your "aggr" function, you have "aggr(Dimension, Dimension=Value)". Weird, no ?

I usually have "aggr(expression, Dimension)" instead.

Without using a variable, do you succeed to use a "aggr" function inside a Set Analysis ?

Anonymous
Not applicable
Author

Weird.

I try to add a dynamic variable. I don't have any idea how to do this.

I tried to add expression in conditional expression in a chart. Nothing.

Thanks,

Not applicable
Author

Maybe with an exemple, it will be easier to give you an answer.

Anonymous
Not applicable
Author

Please find attached file.

Thanks,