Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

pop ups on calender

hi all,

i have two calender's from date and to date and one button is there

after selecting from date and to date clicking button showing  results

but  my requirement is when we select to date less than from date

must show the error message or pop up messages

please help me

thanks in advance

1 Solution

Accepted Solutions
migueldelval
Specialist
Specialist

Hi Hari,

I think that it´s going to be possitive to you, use conditional form like:

=If(datefrom > dateto, 'Wrong selection',0)  ----->For values

And


=If(datefrom > dateto, 1,0) --------> For conditional show

Regards

Miguel del Valle

View solution in original post

7 Replies
migueldelval
Specialist
Specialist

Hi Hari,

I think that it´s going to be possitive to you, use conditional form like:

=If(datefrom > dateto, 'Wrong selection',0)  ----->For values

And


=If(datefrom > dateto, 1,0) --------> For conditional show

Regards

Miguel del Valle

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hi

In the calendar object ...>

set the Min and max values

Not applicable
Author

thank you     gwassenaar

Not applicable
Author

thank you migueldelval

Not applicable
Author

i have two variables one is F_date and one more is L_date

i want to show in alerts or pop ups not in text object

please

  thank you

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).

If not, please make clear what part of this topic you still need help with .

May you live in interesting times!