Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

show total without selections pie chart

Hello,

I've trying to show the total Chart Pie But I couldn't figure out ...

The idea is there is no selection in chart and QlikView Shows Total... It is as if clicked.

I attached a test file.

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Try this:

Expresion:

LOAD * Inline "

Form | TomarExpresion

A | Pick(Max(Expresion), Sum(Hrs.Ord.),Sum(Hrs.Ext.),RangeSum(Sum(Hrs.Ord.),Sum(Hrs.Ext.)))

" (delimiter is '|');

or

Expresion:

LOAD * Inline "

Form | TomarExpresion

A | Pick(Max(N°Expresion), Sum(Hrs.Ord.),Sum(Hrs.Ext.),RangeSum(Sum(Hrs.Ord.),Sum(Hrs.Ext.)))

" (delimiter is '|');

View solution in original post

11 Replies
sunny_talwar

Your dimension is not Expression in the pie chart. Not sure what are you expecting to see? Like attached?

pgalvezt
Specialist
Specialist
Author

Hi, Sunny,

Thank you for your reply...

My Dimension is what you see (Is not the expresion) I need to see. 3 and 112. If you clic there...the result appears. But if you dont clic on it = Null. I need to show 3 and 12 (This is Total Without selections)...

Thanks!

pgalvezt
Specialist
Specialist
Author

Is it Possible to do this in QlikView? I've trying to do with conditional setences but still can reach out what I expect...

sunny_talwar

Your dimension is different then the dimension used in Pick Statement for the pie chart. Not sure what you want to see when nothing is selected?

pgalvezt
Specialist
Specialist
Author

What I want to see is this (Image). When I do Select in any option is easy because QlikView show the values. But When I do nothing I would like to see the total...

sunny_talwar

I guess this is the part, I don't understand, what is total here? Can you give me a number you are looking to get?

sunny_talwar

Is it 112?

pgalvezt
Specialist
Specialist
Author

Sure,

As you can see you have Number 3 and 112.... That is the total what I want to show without selections...

112 is the sum (109 + 103) .... You have 3 numbers 109...103   and 112  Last One I want to show in qlikview when nothing to be selected....

pgalvezt
Specialist
Specialist
Author

Yes...