Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
any help guys?
Can you post sample input?
In input, do you have three rows for each account?
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
Hi,
Attach some sample data which you have so that it would be easier to provide the solution.
Regards,
Jagan.
here is the sample data
Hi Jagan,
check above sample data
thanks
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
Hi,
Please find attached file for solution.
Regards,
Jagan.
Check this app