Hi All,
From the above filter page, how to hide the 'EmploymentDetailsHeader' (name of the table) and all the filters should be placed one below the other without any other text field.

Hi All,
From the above filter page, how to hide the 'EmploymentDetailsHeader' (name of the table) and all the filters should be placed one below the other without any other text field.
Hi,
The system creates two separate FastTabs because filters in your example were taken from different report data items (Employee-All & EmploymentDetailsHeader).
If you want to hide the FastTab name - the easiest way is to put the blank value in ReqFilterHeadingML property of corresponding data item:ReqFilterHeadingML: ENU=" "
But if you would like to put all the filters on the single FastTab (one below the other without any other text field) then you need to use the request page instead of the ReqFilterFields: