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: 
arulsettu
Master III
Master III

multi values in single column

Hi

     i am having currency in three country format

     ex:

          amount_1 - is india

          amount_2 -is us dollar

          amount_3 -is euro

now i need to show like this in pivot or straight table

Account_num   amount

1100               20000 rs

                      333 $

                      259 Euro

1101               30000 rs

                      433 $

                      359 Euro

any one plz suggest some advice how to achieve this

thanks

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Please find attached file for solution.

Regards,

Jagan.

View solution in original post

12 Replies
arulsettu
Master III
Master III
Author

any help guys?

anbu1984
Master III
Master III

Can you post sample input?

In input, do you have three rows for each account?

arulsettu
Master III
Master III
Author

hi Anbu,

               i am having amount in three different fields for each account i am having amount in three formats

          amount_1 - is india

          amount_2 -is us dollar

          amount_3 -is euro

jagan
Partner - Champion III
Partner - Champion III

Hi,

Attach some sample data which you have so that it would be easier to provide the solution.

Regards,

Jagan.

arulsettu
Master III
Master III
Author

here is the sample data

arulsettu
Master III
Master III
Author

Hi Jagan,

               check above sample data

thanks

Not applicable

Hi Arul,

have a look at using crosstable() to convert those three fields into a single field, you'll then have three rows one for each of the currencies

see attached

Hope that helps

Joe

jagan
Partner - Champion III
Partner - Champion III

Hi,

Please find attached file for solution.

Regards,

Jagan.

anbu1984
Master III
Master III

Check this app