Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pipuindia99
Creator III
Creator III

Total is not displayed in Pivot table

Hi,

I have an issue, I have created a pivot table and partial sum has been checked for the Cost field. I am not getting the total though i have checked partial sum, i am getting only the label for Total and not the values.

appreciate your help in this.

18 Replies
kkkumar82
Specialist III
Specialist III

Hi Prabhu,

When you are using Valuelist, you wont get sub totals as per knowledge, faced this issue earlier.

pipuindia99
Creator III
Creator III
Author

just now realized. is there any other way to solve this issue?

qliksus
Specialist II
Specialist II

Is there any Custom Format done in the cell of the sub-total  because it should work considering it is showing values . You can post the Expression you are using

Not applicable

Possible to add the valuelist to the data table directly?

pipuindia99
Creator III
Creator III
Author

Hi,

Are you using Valuelist in expression also?.. or only in dimension?

qliksus
Specialist II
Specialist II

Hi ,

I am using it in Expression also

pipuindia99
Creator III
Creator III
Author

are you using Rand() in expression? or real-time vales

vinieme12
Champion III
Champion III

You cannot use Partial Sum with ValueList as these are synthetic dimensions,

Load and Inline Table with the fieldvalues and link it to your data table,that's all you need to do

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
qliksus
Specialist II
Specialist II

Hi ,

Below is the sample expression I am using

if( ValueList('Actual','Budget','Forecast')='Actual' , sum(Amt) ,

if( ValueList('Actual','Budget','Forecast')='Budget' , Sum(Amt1) , 

Sum(Amt3)

)

you can use your corresponding expression for Actual,Budget,Forecast