Can you guys help me with this ?
I need a crosstab report like this :
Product Region Forecast
------- ------ ---------
12345 North $100,000
South $200,000
West $300,000
12346 South $100,000
West $100,000
Central $100,000
I can get 'Region' only from Sales Rep. code, so I put report expression for Region as "If [sales rep code] = 9999, then ('North')..... Of course there are many Sales Rep per region, so I need to aggregate the forecast by Region. What would be the best way to do it ? I'm very new to COGNOS, and would appreciate a detailed explanation. Thank you !
I need a crosstab report like this :
Product Region Forecast
------- ------ ---------
12345 North $100,000
South $200,000
West $300,000
12346 South $100,000
West $100,000
Central $100,000
I can get 'Region' only from Sales Rep. code, so I put report expression for Region as "If [sales rep code] = 9999, then ('North')..... Of course there are many Sales Rep per region, so I need to aggregate the forecast by Region. What would be the best way to do it ? I'm very new to COGNOS, and would appreciate a detailed explanation. Thank you !