Hello,
My original problem was getting the following raw data to display colours on one line by style.
Sea Style Colour
01 2225 BLK
01 2225 WHT
01 2225 GRY
02 2225 BLK
02 2225 WHT
With the help of Jim Broadbent I was able to get my data looking like this, Perfect!. There are two tables one for styles and one for style colours tables are joined by season and style. My original question was posted in this forum under the title “Need Help with a complicated (to me) query”
Sea Style Colour
01 2225 BLK WHT GRY
02 3567 BLK WHT GRY
03 2225 BLK WHT GRY
01 3335 BLK WHT GRY
02 5897 BLK WHT GRY
03 3335 BLK WHT GRY
02 3335 BLK WHT GRY
02 2225 BLK WHT GRY
Now my problem is how to separate the duplicate styles from once off styles i.e. a style can appear more than once over more than one season but not in the same season. If I do the following report on just the styles table I get exactly what I want (minus the colours which I need).
1. Select seasons and styles from the style table
2. Group styles in ascending order
3. Summarise the style table and select count & deselect grand total
4. Using the select expert Count (styles) > 1, I suppress the group footer
I get the following data which is great!
Season Style
2225
01 2225
02 2225
03 2225
3335
01 3335
02 3335
03 3335
But when I add the colour table I get the same data that was generated with Jims help because a style will always be greater than one due to the fact that colours are entered individually by style per season in the colour table– hope I’m making sense here!. Hence I can’t find the true duplicates styles by season due to the multiple colours available in a style.
Can anyone help me with this curly one?
Thanks in advance
Mapuche
My original problem was getting the following raw data to display colours on one line by style.
Sea Style Colour
01 2225 BLK
01 2225 WHT
01 2225 GRY
02 2225 BLK
02 2225 WHT
With the help of Jim Broadbent I was able to get my data looking like this, Perfect!. There are two tables one for styles and one for style colours tables are joined by season and style. My original question was posted in this forum under the title “Need Help with a complicated (to me) query”
Sea Style Colour
01 2225 BLK WHT GRY
02 3567 BLK WHT GRY
03 2225 BLK WHT GRY
01 3335 BLK WHT GRY
02 5897 BLK WHT GRY
03 3335 BLK WHT GRY
02 3335 BLK WHT GRY
02 2225 BLK WHT GRY
Now my problem is how to separate the duplicate styles from once off styles i.e. a style can appear more than once over more than one season but not in the same season. If I do the following report on just the styles table I get exactly what I want (minus the colours which I need).
1. Select seasons and styles from the style table
2. Group styles in ascending order
3. Summarise the style table and select count & deselect grand total
4. Using the select expert Count (styles) > 1, I suppress the group footer
I get the following data which is great!
Season Style
2225
01 2225
02 2225
03 2225
3335
01 3335
02 3335
03 3335
But when I add the colour table I get the same data that was generated with Jims help because a style will always be greater than one due to the fact that colours are entered individually by style per season in the colour table– hope I’m making sense here!. Hence I can’t find the true duplicates styles by season due to the multiple colours available in a style.
Can anyone help me with this curly one?
Thanks in advance
Mapuche