Hi
I have a report that is running form a view in SQL.
I have a few groups but the main group is by Vehicle Name.
We have
Own Collection
Own Artic
3rd party
Other
I want the group to supress all figures in all of the report if the group is Own Collection.
So none of the other group level show, or details and it is not included in any of the formula totals
Is this possible to do in one place. I currently have the main group level set as Suppress (No Drill Down) and the formula set to
if GroupName ({@type}) = "*Own*"
then True
Else
False
This gets rid of the name but leaves all other details there.
Any ideas please (I know I could re-write the view in SQL to not include it but then this is sued elsewhere so I would have to create a new view, link it back to this report and then practically start all over again.
Thanks
I have a report that is running form a view in SQL.
I have a few groups but the main group is by Vehicle Name.
We have
Own Collection
Own Artic
3rd party
Other
I want the group to supress all figures in all of the report if the group is Own Collection.
So none of the other group level show, or details and it is not included in any of the formula totals
Is this possible to do in one place. I currently have the main group level set as Suppress (No Drill Down) and the formula set to
if GroupName ({@type}) = "*Own*"
then True
Else
False
This gets rid of the name but leaves all other details there.
Any ideas please (I know I could re-write the view in SQL to not include it but then this is sued elsewhere so I would have to create a new view, link it back to this report and then practically start all over again.
Thanks