Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
priyav24
Creator II
Creator II

Is it Possible to have two different formats of values for Single Expression?

Hello Everybody,

          I have one requirement to show values in two different formats for the same expression is it possible in qlikview..

          Eg:

               i want to show the Expression say Sum(Amount) in Integer Format & also in percentage format in a single column

               is it possible in qlikview.

Thanks in Advance,

Priya

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this.

     num(Sum(Amount),'#,##0.00') &'-'& num(Sum(Amount)/Sum(total Amount),'#,##0.00%')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this.

     num(Sum(Amount),'#,##0.00') &'-'& num(Sum(Amount)/Sum(total Amount),'#,##0.00%')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!