Hi,
I have one report that includes Manual Cross-tab(summary report) 7 rows and 5 columns,now the reqirement of the new report is when user click the any combination of row and column, the details should be shown in another seperate report corresponding to that number.
In order to achieve that i have created a report and using that report as a hyperlink to each combination of row and column.
first question: is there any better way of achieving this goal?
second question: for 5 columns the criteria is something like that
is there any way to merge these 5 formulas in one selection formula?
thanks in advance
I have one report that includes Manual Cross-tab(summary report) 7 rows and 5 columns,now the reqirement of the new report is when user click the any combination of row and column, the details should be shown in another seperate report corresponding to that number.
In order to achieve that i have created a report and using that report as a hyperlink to each combination of row and column.
first question: is there any better way of achieving this goal?
second question: for 5 columns the criteria is something like that
Code:
First column : Date1> currentdate -90 and Date2<currentdate
Second Column: Date< currentdate
third column: date = currentdate and status in ('a','n')
forth colum : date = currentdat
fifth : date1 > currentdate and date2 < currentdate +90
thanks in advance