Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

requirement on start date and end date

Hi

In my one qv application "start date and end date" (i have used in Calendar object) works fine but when i apply same to other qv it is not working.what will be the solution for this.

in variable trigger i wrote:='>=' & vMinSo &'<=' &vMaxSo

Thanks,

siddiq

5 Replies
sunny_talwar

Does this in a text box object give you the same format as the field your are trying to trigger this on?

='>=' & vMinSo &'<=' &vMaxSo

You need to make sure that formatting match exactly for this to work.

Not applicable
Author

Hi sunny,

Implemented the same, earlier it was working fine, but now all of a sudden it stopped working.

Kushal_Chawda

Check in second application you have the variables created with the same name. Check the Date is in proper format and also name of Date field should be the same

sunny_talwar

What might have changed between now and then? Would you be able to share a sample?

Not applicable
Author

i wrote like this  ='>=' & date(vMinSo) &'<=' &date(vMaxSo)