Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting rows to column in a Report 1

Status
Not open for further replies.

spattewar

Technical User
Oct 19, 2001
29
0
0
US
Hi,

Thanks in advance for your help.

I have data in the following format in a table
No SecID Cur MarketValue
1 abcd USD 100
2 abcd EUR 150

But on the Report I want the fields to look like

SecID Cur(local) Cur(Base) MV(Local) MV(Base)
abcd USD EUR 100 150

Is there a way to approach such scenario. Like building 2 queries with different conditions...or something.

Thanks again.

$wapnil
 
Hello.

Anyone to help.

Thanks!
$wapnil
 
I'd say, 2 queries (one for the USD currency and another for the EUR currency) and join them on the SecID..

Ties Blom

 
Thanks for the input Ties. It is little cumbersome but works as expected!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top