Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.

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

I'm understand u r requirement .. can u elaborate it clearly ?
If possible post sample data
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'

Thanks and regards
Padma
IT WON'T WORK
Place some sample data here
will post the application(QVW)
Use the dimensionality() function in combination with Padma's expression.
HOW
PFA
=if(Dimensionality()=1,GetFieldSelections([Sub category]))&'Total'
I used this exp but it won't work
Use Only() instead of GetFieldSelections
I used this
=if(Dimensionality()=1,Only(business))&'Total'
but it won't work. see the attachment