Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
i want to trigger on open of document. means whenever i will open the QVW file particular fixed date and month should be selected.
for this purpose what should i enter in "field" and "search string"
Thanks!!!!!!!!!
hi,
If it is hvng seperate filters like year and month
select that and set as default . and save it. reopen again
Try to send Those Date and Month Then we can help you
Usually, We can do from Settings -- Document Properties -- Triggers -- Then you can apply what ever you want
Hi Giridhar,
- In field it expects an existing field name where it will do selections
- In search string it expects the value to select
Example:
Field: Year
Search String: 2016
You can also set expressions, they will be evaluated and the result will be used. Another way to write the above example (Note the starting '=' when you want the expressions evaluated):
Field: ='Ye' & 'ar'
Search String: =2015 +1