Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm looking for a way to do automatic preselection.
When a user open the document I want that the date field is selected for only the current month.
How can I obtain this ?
Thanks a lot.
Hi,
you can write a macro statement in "Edit module":
Sub OnOpenDocument
ActiveDocument.Fields("dates.Month").Select Month(Now())
End Sub
Milda
Hello,
In QlikView 9.0 go to Settings -> Document Properties. Go to Triggers tab and there you'll find the Event "OnAnySelect" and add the action Select in Field you need.
Steve