How to fix a column width on RTF template
Hello All,
The columns in my BIP report are not in order. I am trying align the columns in RTF with a fixed width to ensure proper presentation.
My current report looks like: :
CASE STAGE DATE ID
123 Fixed 1/1/2012 25
345 In Progress 1/2/2015 67
789 Open 2/1/2015 18
How I need the report to look like:
CASE STAGE DATE ID
123 Fixed 1/1/2012 25
345 In Progress 1/2/2015 67
789 Open 2/1/2015 18
In other words, irrespective of the previous column's length the following column should align with the value as above. I have an RTF template that I am working on to resolve this issue. Can anyone please tell me how it can be fixed in the RTF template?