I have created a custom quotation summary report and it runs fine. But business/user is asking to show just the first Item name(description) in the report, if there are more then one item. For example:
Quotation # 12344
Item#Item NameCost
1234 ItemName1 2.00 (need to show)
2345 ItemName2 3.00 (need to hide)
4563 ItemName3 5.00 (need to hide)
What would be the best approach to accomplish this task?
I need to show all item lines but for a Item name(description) only the first line and hide Item Name for second && third item. I hope, I have explained clearly