Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,i need to show only the sub totals in percentage,like image_1,but i got the result as image_2.
This screen shot is fundamentally useless. If you want help, you will need to provide a lot more information and preferably your qvw or a representative sample.
Can you share sample qvw?
go to properties>>number >>mark "Expression default"
and make the following changes in your expression
if(dimensionality()=1, num(<Your Expression>,'##,##0.00'),num(<Your Expression>,'##,##0'))
for reference add another expression like below , to check value of dimensionality and then apply above mentioned method
=Dimensionality()
Hi,
Can you share the sample doc to demonstrate your requirement?
PFA.
John