I have an issue with drill down report, searched thru the forum, got some help but looking for some more help.
My requirement is to generate a drill down report.say suppose I have columns A,B,C to be displayed on the main report and on drill down from A to D, the drilled report should contain A,D,B,C,E(Bydefault only D,B,C will be shown) .
In short in the drilled report I need the object A( which I drilled from), D (newly drilled object),E(some other object linked to D,at the same level in DB), B,C (from main report) on the drilled report…
I think it is the only way that you will get the extra columns that you require.
If analysis is also required, you will know better than me whether open document is a suitable alternative, i.e. they are your requirements :).
Apparently, when i created this report and ran it in DRILL mode; down to the next level of the hierarchy.BUt now I want to restore it to its original format (which was without the lowest level of the hierarchy). I notice that the lowest level automatically appears in the list of available objects in the Edit REport (although it is not selected in the Edit Query NOR is it in any of the DRILL filters forthe reports).
Please help. I need to get rid of this lowest level (restore report to original).
I’ve actually done something similar with the use of the DrillFilter() function and alerters. I ‘trick’ it by making a column all white with no borders, etc. if the If(DrillFilters()…) variable is one value and then display the colors, borders, etc. if the variable is the other value.
It only works well if you can have columns at the beginning or end of the table.