cancel
Showing results for 
Search instead for 
Did you mean: 

ForEach with two Dimensions

Former Member
0 Kudos

Hi All,

I have a Profit% calculated by Company using a formula as below

[GProfit % CY] In Report ForEach([Query 1].[Company Code] )

But I have an additional need to find the GProfit % for each Company within each Currency, because there are activities happen within each currency for each company?

Thanks,

Arthur.

Accepted Solutions (1)

Accepted Solutions (1)

jyothirmayee_s
Active Contributor
0 Kudos

Hi,

Did you tried? :

[GProfit % CY] In Report ForEach([Query 1].[Company Code] ;[Query 1].[Currency])

Or if you want to display as different col, then

[GProfit % CY] In Report ForEach([Query 1].[Currency] )

Thanks,

Jothi

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes. It resolved the issue.

Former Member
0 Kudos

Jyothirmayee,

That solved it.

Thanks,

Arthur.