Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I am trying to count the number of times a number from the numbers field appears in either num1,num2,num3,num4, and num5

I am trying to count the number of times a number from the numbers field appears in either num1,num2,num3,num4, and num5

3 Replies
Anonymous
Not applicable
Author

Do you mean this? - attached

qliksus
Specialist II
Specialist II

Can you please elaborate your requirement?

Suggestion: Use Pivot chart and use some expression to get your req.

Anonymous
Not applicable
Author

Chris

Depending on exactly what you are trying to do a crosstable load something like this may help:

GLoad:

crosstable ( DD , Numbers , 1 )

load

Draw,

    Num1,

    Num2,

    Num3,

    Num4,

    Num5

    from

powerball.xlsx

(ooxml, embedded labels, table is Sheet2);

Best Regards,     Bill