I am new to Crystal Report. I have a data set like this:
DataSet:
Name Type Unit Price One p1 3 10 Two p2 2 8 Three p1 1 5
In my crystal report I want to group the data by Type and then only list the group data that Type is equal to p1
How could I apply some logic to hide other groups?