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

Straight Table Filter with Dates from Calander

I have a straight table. With Date, Name, and BookedAmount.

I have two Calander Objects. One takes A variable called StartDate, the other takes a variable called EndDate.

I just want my table to show the Dates, Names, and BookedAmounts that are between StartDate and EndDate.

I've been looking at other forum posts and trying to adapt a formula for the correct expression to use for my Bookedamount, but nothing has worked. (I've tried forumlas that are just wrong, Macros with VB code that just do nothing etc. etc.)

Please help, there has to be an easy way to get this done.

1 Solution

Accepted Solutions
Not applicable
Author

Resolved:

Aggr(Date>=StartDate and Date<=EndDate,BookedAmount)

All I needed to do was put this into an expression in my straight table. Seems to work fine. I just now hide this column.

View solution in original post

1 Reply
Not applicable
Author

Resolved:

Aggr(Date>=StartDate and Date<=EndDate,BookedAmount)

All I needed to do was put this into an expression in my straight table. Seems to work fine. I just now hide this column.