Tbirdbully
Technical User
I am using crystal report XI (11).
I have a excel database with certain fields listed below:
Product
Additional Product
Software_Code
Description
Manufacturer
I need to form a report that will place the product with its information on page 1 listing the additional products that relate, and on the 2nd page would be additional product with its own information.
The software code is what is going to organize where the data goes. 0411 would be page 1
0411a page 2
0411b page 2 (under product above)
My question is how is the best way to produce this report. Should I go along with separate groups or subreports. I need have a formula to search for the char a, b to add the additional page if not keep adding Main Products pages.
(if Right({Sheet1_.SW Dir Code},1)="a" then (subreport)
I am confused on how to do set up a formula for a subreport to execute if needed.
To give more a visual of what I am looking for:
Page 1:
Product Name
SW Code
Product Description
Additional Products (if any)
Versions
Page 2 : <Top half of page>
Additional Product Name
SW Code
Product Description
Additional Products (if any)
Versions
<bottom half of page>
2nd Additional Product Name
SW Code
Product Description
Additional Products (if any)
Versions
Page 3:
Product Name
SW Code
Product Description
Additional Products (if any)
Versions
any ideas?
Thanks
I have a excel database with certain fields listed below:
Product
Additional Product
Software_Code
Description
Manufacturer
I need to form a report that will place the product with its information on page 1 listing the additional products that relate, and on the 2nd page would be additional product with its own information.
The software code is what is going to organize where the data goes. 0411 would be page 1
0411a page 2
0411b page 2 (under product above)
My question is how is the best way to produce this report. Should I go along with separate groups or subreports. I need have a formula to search for the char a, b to add the additional page if not keep adding Main Products pages.
(if Right({Sheet1_.SW Dir Code},1)="a" then (subreport)
I am confused on how to do set up a formula for a subreport to execute if needed.
To give more a visual of what I am looking for:
Page 1:
Product Name
SW Code
Product Description
Additional Products (if any)
Versions
Page 2 : <Top half of page>
Additional Product Name
SW Code
Product Description
Additional Products (if any)
Versions
<bottom half of page>
2nd Additional Product Name
SW Code
Product Description
Additional Products (if any)
Versions
Page 3:
Product Name
SW Code
Product Description
Additional Products (if any)
Versions
any ideas?
Thanks