Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to create a script in the bank for me to fill in the last value and date equal to the previous one.
Prod | Store | Date Hour |
5 | 50 | 30/09/2011 12:57 |
5 | 0 | |
5 | 51 | 30/09/2011 13:36 |
6 | 85 | 30/09/2011 22:06 |
6 | 0 | |
6 | 89 | 03/10/2011 14:45 |
result i need
Prod | Store | Date Hour |
5 | 50 | 30/09/2011 12:57 |
5 | 50 | 30/09/2011 12:57 |
5 | 51 | 30/09/2011 13:36 |
6 | 85 | 30/09/2011 22:06 |
6 | 85 | 30/09/2011 22:06 |
6 | 89 | 03/10/2011 14:45 |
can u try below link steps,
https://community.qlik.com/t5/QlikView-App-Dev/Fill-value-with-previous-value/td-p/78705