I have the following report structure which shows sales targets and sales for products throughout the year.
Each product will have two rows: a row showing sales and a row sh
Usally i use something like this:
In "Edit Column" -> "Column Link" -> "Link Attributes" add the folowing string:
class="#TYPE#"
Add this css style to your page:
.sales_target { display: none; }
Your link will look like:
sales_target_edit
or
sales_edit
All links with class="sales_target" will hide.