Drill report

Hi All,

I am working on a Drill report and my requirement is as below:

My drill report first shows only one column as responsibilities - when i click on the responsibities it need to show responsibilities and messages
2 columns and when i cick further it need to show 3 columns risk;messages;no of messages.

Is it possible to get this dynamically.

Advance Thanks,
Kumar


kumarpjp (BOB member since 2009-04-13)

Yes. You’d have multiple tables in the same location with different numbers of columns and then display them according to the drill level you’re at using the DrillFilters function together with If Then Else logic.