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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem

Is possible to generate above chart in below format using straight table

20 Replies
Anonymous
Not applicable
Author


I'm understand u r requirement .. can u elaborate it clearly ?

If possible post sample data

qlikoqlik
Creator
Creator

Hi Shwetha

There is Lables for Totals in the pivot table

I can only work out on the selected value using the below expression

GetFieldSelections(Contract) & 'Total'

field name in total.GIF.gif

Thanks and regards

Padma

Not applicable
Author

IT WON'T WORK

Anonymous
Not applicable
Author

Place some sample data here

will post the application(QVW)

simondachstr
Specialist III
Specialist III

Use the dimensionality() function in combination with Padma's expression.

Not applicable
Author

HOW

Not applicable
Author

PFA

Not applicable
Author

=if(Dimensionality()=1,GetFieldSelections([Sub category]))&'Total'

I used this exp but it won't work

simondachstr
Specialist III
Specialist III

Use Only() instead of GetFieldSelections

Not applicable
Author

I used this

=if(Dimensionality()=1,Only(business))&'Total'

but it won't work. see the attachment