hi,
am doing a report for showing catogory-sub-category wise sales report.
i made to group headers with category and sub-category
What i want to do is.. Hide subcategory(Group-Header) --> if user didn't specify or select any subcategory.
..??
hi,
am doing a report for showing catogory-sub-category wise sales report.
i made to group headers with category and sub-category
What i want to do is.. Hide subcategory(Group-Header) --> if user didn't specify or select any subcategory.
..??
To do this, you need to conditionally suppress your group header based on the value of the parameter. To do this:
IsNull ({?subcategory})
and click Save and close
.