Hi All,
I have an query, i have data like below
| AGE | Total | Percentage |
| 000-001 | 0 | 0.00% |
| 002-004 | 0 | 0.00% |
| 005-012 | 0 | 0.00% |
| 013-019 | 4 | 0.01% |
| 020-034 | 11118 | 33.45% |
| 035-049 | 10080 | 30.32% |
| 050-050 | 12040 | 36.22% |
| Total | 33242 | 100.00% |
and i want result as below
| AGE | Percentage |
| 000-001 | 0.00% |
| 002-004 | 0.00% |
| 005-012 | 0.00% |
| 013-019 | 0.01% |
| 020-034 | 33.45% |
| 035-049 | 30.32% |
| 050-050 | 36.22% |
| Total | 100.00% |
i want to hide the TOTAL column
I have tried with minimize Display's Width size with 0 but i can't minimize Width as 0 the minimum side system allow is 4X.
and result is showing like below
| AGE | Percentage | |
| 000-001 | 0.00% | |
| 002-004 | 0.00% | |
| 005-012 | 0.00% | |
| 013-019 | 0.01% | |
| 020-034 | 33.45% | |
| 035-049 | 30.32% | |
| 050-050 | 36.22% | |
| Total | 100.00% |
which is not accepted by client
Please Suggest something I am using SAP BO INFOVIEW 3.1
Thanks in advance..
Ranjeet