Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
igdrazil
Creator III
Creator III

Class Function

Hi Qlik'ers,

i'm using a class function that looks like this:

=class(Heigth, $(vTest))

vTest:

count(Distinct Height)

so my problem is that i'm told that i have an unvalid dimension. When i put a real number in vTest it is working.

Can't the class function handle aggregations? The value would be something like 580, and when i put it in there it's working.

I hope someone can help me.

Regards

Chris

1 Solution

Accepted Solutions
robert_mika
Master III
Master III


You need equal sign

=count(Distinct Height)

View solution in original post

2 Replies
robert_mika
Master III
Master III


You need equal sign

=count(Distinct Height)

igdrazil
Creator III
Creator III
Author

Thank you Robert,

i thought that the variables would put it infront of the count because it is a formula field.

Regards

Chris