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

y axes not showing in percent (using Dual)

How can I have y axes showing as percent

If I try to change format setting from the Number tab the dual function will not work anymore,

so guess need a solution within the Dual function,

=Dual(

If(MyDate=Max(total MyDate), Name, ''),

Sum ([Grade])/Max(Total Aggr(Sum([Grade]), [Name]))

)

Thanks

Raphael06-11-2017 10-18-19.png

12 Replies
sunny_talwar

I have further simplified your chart...

1) No dual function needed for 1st expression

2) you can set formatting for 1st expression through numbers tab

3) name is driven by second expression

Anonymous
Not applicable
Author

Many thanks

tejal92
Contributor
Contributor

hi sunny,

below dual function is working in table but not working in barchart and treemap in qliksense.Please help.

=Dual(Num(Sum(days),'##.##')& chr(10)&' ( ' &Num(Sum({<accomodation={'Guest House'}>} days)/Sum( days),'##.##%')& ' ) '
,Num(Sum({<accomodation={'Guest House'}>} days)/Sum( days) ,'##.##%')
)