Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to create the final column in my table below that will flag if the Amount < Expenses Trigger has been hit in 5 days prior to the date of that table row.
Struggling to make this work so any insights would be greatly appreciated 🙂
| Date | Amount | Expenses | Amount < Expenses Trigger | Trigger Hit in Past 5 Days |
| 18-Apr-25 | 11,039 | 10,528 | FALSE | N |
| 17-Apr-25 | 11,039 | 10,528 | FALSE | N |
| 16-Apr-25 | 11,020 | 10,528 | FALSE | N |
| 15-Apr-25 | 11,193 | 10,528 | FALSE | N |
| 14-Apr-25 | 11,164 | 10,528 | FALSE | N |
| 13-Apr-25 | 11,028 | 10,528 | FALSE | Y |
| 12-Apr-25 | 11,028 | 10,528 | FALSE | Y |
| 11-Apr-25 | 11,028 | 10,528 | FALSE | Y |
| 10-Apr-25 | 10,870 | 10,528 | FALSE | Y |
| 09-Apr-25 | 11,004 | 10,528 | FALSE | Y |
| 08-Apr-25 | 10,335 | 10,528 | TRUE | Y |
| 07-Apr-25 | 10,375 | 10,528 | TRUE | Y |
| 06-Apr-25 | 10,563 | 10,528 | FALSE | N |
| 05-Apr-25 | 10,563 | 10,528 | FALSE | N |
| 04-Apr-25 | 10,563 | 10,528 | FALSE | N |
| 03-Apr-25 | 10,563 | 10,528 | FALSE | N |
| 02-Apr-25 | 10,563 | 10,528 | FALSE | N |
| 01-Apr-25 | 10,563 | 10,528 | FALSE | N |
I seem to have solved it. Sharing my load script in case it can help anyone else in the future!
Thanks! But this seems to be an excel solution rather than a QlikSense solution?
I seem to have solved it. Sharing my load script in case it can help anyone else in the future!