Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
fdelacal
Specialist
Specialist

Problem show in pivot table.

HI all. i have a problem in pivot table.

See image i atach,

thanks in adavance.

14 Replies
fdelacal
Specialist
Specialist
Author

anyone can tell me somthing?

ariel_klien
Specialist
Specialist

Hi,

Can you send an example file or what is the expression?

BR

Ariel

fdelacal
Specialist
Specialist
Author

The expression is:

num(BILLLINES.VATTAX/100,FormatoNumPorcen)

Varible FormatoNumPorcen= #.##0%

Regards.

ariel_klien
Specialist
Specialist

Hi,

Try

num(Sum(BILLLINES.VATTAX)/100,FormatoNumPorcen)

BR

Ariel

fdelacal
Specialist
Specialist
Author

Not work, see image.

thanks.

ariel_klien
Specialist
Specialist

hi,

Try

num(Avg(BILLLINES.VATTAX)/100,FormatoNumPorcen)

fdelacal
Specialist
Specialist
Author

Ariel Klien thanks again but still not working.

er.mohit  look better solution but not work too.. i atach an image that you can see the result.

Regards.

Not applicable

TRY THIS

num((BILLLINES.VATTAX/sum(total BILLLINES.VATTAX)),'##00%')

WHERE  VARIABLE NAME IS

FormatoNumPorcen='##00%'

******************************************

OR TRY THIS

num((

sum(DISTINCT BILLLINES.VATTAX)/sum(total BILLLINES.VATTAX)),'##00%')

WHERE  VARIABLE NAME IS

FormatoNumPorcen='##00%'

fdelacal
Specialist
Specialist
Author

Still not working, thanks for all answerd!!

Atach an image!!

Regards