Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
0li5a3a
Creator III
Creator III

New in QV Need Help

Hy Guys,

I need your help to create a dashboard.Here is my example

Ex:

Load

    abc,

    def,

    ghi

FROM

aaa.qvd

I have in the column @def the following information : a, b, c, d, e, f, g

Now I want to calculate the Total of @c from @def

I  want to put the results in a textbox  the problem is I don't know how to do this using Set_Analysis.

Thanks in advance!

Best Regards,

Costy

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

Count({<@def = {'c'}>} @def)

or

Sum({<@def = {'c'}>} Measure)

View solution in original post

1 Reply
sunny_talwar

May be like this:

Count({<@def = {'c'}>} @def)

or

Sum({<@def = {'c'}>} Measure)