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!

11 Replies
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 '|');

pgalvezt
Specialist
Specialist
Author

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 '|');


That Was Thanks!!