Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi all,

My Requirement is

I want to set date prompt in qlikview.

From Date and To Date.I can achieved it using calendar object.That's perfectly working.

However if i select my startDate (From Date), it has to automatically trigger the next 15 days or 20 days period in End date.

Is it possible , Please help on this

Thanks,

Thirumalai

10 Replies
rajat2392
Partner - Creator III
Partner - Creator III

Hi Thirumalai,

You can set a trigger on OnSelect of your Start Date field. Go to Document Properties>>Triggers Tab>>Field Triggers>>OnSelect

In OnSelect add an action to select in another field that is your End Date field, set a expression for value as

$(=Start_Date_Field)+15

Not applicable
Author

No it's not working.I dont know wat am missing.Actually End date is not a field.It's a variable as VEndDate.

Can u please help me!

Thanks in advance

tresesco
MVP
MVP

Could you share your sample app?

Not applicable
Author

! !

rajat2392
Partner - Creator III
Partner - Creator III

Hi Thiru,

If it is a variable then simply in trigger OnSelect, instead selecting value in field, set the End Date variable as same.

If it still doesn't work, then please share your sample app.

Regards

Rajat

tresesco
MVP
MVP

Select in From Date and see the To Date gets automatically selected +15 days.

rajat2392
Partner - Creator III
Partner - Creator III

Hi Thiru,

Please check the app, set the OnInput of VMinDate, not VMaxDate

Regards

Rajat

Not applicable
Author

But yet in the report it is not reflecting:(

Not applicable
Author

Can u please help me on this.according to the input of Dates,the report has to change.