Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to show always max(DEPTNO) filter in the report.
For example, DEPTNO are 10,20,30,40 are there. When I open the report, It should be seleted DEPTNO=40.
How to achieve this?
You can achieve this using a document trigger. Go to Document Properties >> Triggers >> OnOpen >> Add Actions >> Select in Field
Give DEPTNO as Field and search string as =max(DEPTNO)
You can achieve this using a document trigger. Go to Document Properties >> Triggers >> OnOpen >> Add Actions >> Select in Field
Give DEPTNO as Field and search string as =max(DEPTNO)