Hi All,
kindly consider the following.
I have one crosstable in the report. 1 table level filter and 1 global level filter is applied to restrict the values in the table.
Ex. lets say global level filter is India. (to check for the total business in India)
Table level filter is state. ( to check for the total business done in the few states)
I am using 1 dimension “State” to check the state wise data.(which is a variable created based on zone) now i am restricting few states to be present in table. Lets say A, B, C out of all states. (this is my table level filter- states->A,B,C; i am not selecting other states)
Now i want to add 1 column in this crosstab which will give me the % of the corresponding state business comparing with all total states.(A+B+C/A+B+C+D+E+F+G)
So question is is there any function (similar to NoFilter) available so that i can vanish only table level filter for only 1 column.
Considering the maintenance part, i dont want to use where clause in this column.
i used ForAll states, but it is always showing me 100% value for each state, which is wrong.
Kindly suggest how to proceed.
bryanket (BOB member since 2009-10-22)