Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have an inline function dimension with fields
1) Underwriter'
2) UnToSec
3)Sector
4) SecToUN
Based on the selection particular dimensional conditions are enabled. This is working fine .
But i want something to be displayed by default. Say Underwriter as default dimension.
On Click on other fields in Inline function it should work as before.
Please check the attached temp.qvw
Thanks in advance,
Keerthi
create a trigger like this
1. go to setting -> Document properties
2. click on Trigger tab
3. In Document event TRIGGER select OnOpen
4. press Add Action.
5. In Action window PRESS ADD
6. IN ADD ACTION WINDOW SELECT ACTION TYPE Selection and action as select in field press ok.
7. in field text box provide field name and search string
8. press ok.
now when u open your qvw what ever you define in serch string of your field will come .
Regards,
Anant
Hi,
Its Giving Failed to load error.
Please attach once again.
-Nilesh
select the default selection and save the application and close
create a trigger like this
1. go to setting -> Document properties
2. click on Trigger tab
3. In Document event TRIGGER select OnOpen
4. press Add Action.
5. In Action window PRESS ADD
6. IN ADD ACTION WINDOW SELECT ACTION TYPE Selection and action as select in field press ok.
7. in field text box provide field name and search string
8. press ok.
now when u open your qvw what ever you define in serch string of your field will come .
Regards,
Anant
Try This,
Hope it resolves your issue
Regards
Nitin
Hi Nilesh,
PFA qvw
Hi Nilesh,
PFA
Regards,
Keerthi
Thanks a lot Nitin
Thanks a lot Anant
Thanks Anant today lean new thing...