Hi,
I have built a report on columns like:
Product OrdersQty Metric Date Qty
1901 100 Shipped '2019-09-01' 10
1902 200 Shipped '2019-09-02' 30
1903 250 NULL NULL NULL
1904 200 NULL NULL NULL
Report:
Shipped
Product OrderQty Blank 2019-09-01 2019-09-02
1901 100 Blank 10
1902 200 Blank 30
1903 250 Blank
1904 200 Blank
How to hide the col. 'Blank'?