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: 
Not applicable

number formating using set analysis urgent.........

hi

i am creating a pivot table in which i am having 5 rows and 4 columns.

in the pivot table i have to bring %sign in some rows. how can i achieve that???

my situation is like dis

3 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

Maybe something like:

IF("Your condition here",Num("Your expression",'#,##0'),Num("Your expression",'#,##0%'))

Hope this helps,

Jason

Not applicable
Author

could you plz be more specific with an example...i have used num function but its nt wrking

Jason_Michaelides
Partner - Master II
Partner - Master II

Can you post your app with the condition you want to check to decide to show % or not?