Hello,
I have a tricky problem. My report (Impromptu 7.0) contains products, which are sorted and grouped by productgroups.
Now I want to have a prompt (Yes/No) for showing details of group C. If the user choose "No" the details for group C (only for this group!!) should not be displayed - the footer with the sum of the price and some other columns should be displayed. And there should be no space between the two footers:
I know that it is possible to hide all details, but I only want to hide the details of this group. Is there a possibility to do this?
Kind regards,
Timida
I have a tricky problem. My report (Impromptu 7.0) contains products, which are sorted and grouped by productgroups.
Code:
e.g.:
product 1 price1
product 2 price2
product 3 price3
-----------
footer: group A total price(1-3)
product 4 price4
product 5 price5
product 6 price6
-----------
footer: group B total price(4-6)
product 7 price7
product 8 price8
product 9 price9
-----------
footer: group C total price(7-9)
Now I want to have a prompt (Yes/No) for showing details of group C. If the user choose "No" the details for group C (only for this group!!) should not be displayed - the footer with the sum of the price and some other columns should be displayed. And there should be no space between the two footers:
Code:
e.g.:
product 1 price1
product 2 price2
product 3 price3
-----------
footer: group A total price(1-3)
product 4 price4
product 5 price5
product 6 price6
-----------
footer: group B total price (4-6)
-----------
footer: group C total price (7-9)
I know that it is possible to hide all details, but I only want to hide the details of this group. Is there a possibility to do this?
Kind regards,
Timida