Jump to content
We've recently updated our Privacy Statement, available here ×

List-Component in crosstable


jbo_master

Recommended Posts

Hi,

I have the following crosstable, which contains Products and differnet Seasons. Each product can have 3 Subtypes.
Each Season can have differnet Dateranges.

I defined a row-group that contains the product and another one for the corresponding Subtypes:
I defined a column group for the Season.

Now my problem is: How can I iterate through a list of dateranges that correspond to a specific season as it is shown in the below table??
I thought of placing a List-Component in another Column-group, passing it the parameter that contains the specific season and then it should iterate through the list and show all datenragens in a column.
But it doesn't work.

Any suggestions ??
 

 

 

 

Season A

Season B

 

 

01.01.2009 to 31.01.2009

01.02.2009 to 28.02.2009

14.05.2009 to 16.05.2009

01.03.2009 to 30.03.2009

01.04.2009 to 31.04.2009

Product 1

Subtype A

23.99$

21.87$

 

Subtype B

47.77$

95.37$

 

Subtype C

28.39$

75.39$

Product 2

Subtype A

2.55$

12.23$

 

Subtype B

8.77$

123.23$

 

Subtype C

4.29$

1$




Post Edited by jbo_master at 06/11/2009 15:36
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

What are you trying to achive?

If it's multiple rows in a cross table e.g.

 

    day 1 day 2
till 1 avg sale 3.5 3.2
customers 168 200
total sale 4000 3869

you can add them as extra measures in the Report Inspector (Right click measures and choose add in the context menu) and then drag them into the appropriate section of the crosstab, summing an counting options are prompted (I think, even if they are not they can be set easily)

Unless you absolutly need to get info out of a seperate query I'd look at doing it that way.



Post Edited by baggypants at 06/08/2009 23:30
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...