Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date parameter in a Multi Box object

Hi all,

I am trying to use the date parameter below in a multi box object

=WHERE ([Sales Date] > '31/12/2009')

I used the steps below but no success:

Multi Box Properties

     General Tab

                    Edit (and Expression) Boxes

                                   =WHERE ([Sales Date] > '31/12/2009')

                                                                                Apply

                                                                                          Ok

Please kindly assist on how to go about this.

Regards

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Use if()

try like

if(sales date>'31/12/2009','Apply','ok')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

4 Replies
PrashantSangle

Hi,

Can you write complete expression??

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

I can write COUNT and SUM expressions but not WHERE DATE GREATER THAN.

Regards

PrashantSangle

Hi,

Use if()

try like

if(sales date>'31/12/2009','Apply','ok')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Thanks, it works