I want to retrieve the EOY value of a table:
Query
LR101501 | DATE | CLOSE | DIVIDEND |
| Check 12/../2024 | Check | Check |
Endquery
- How would I get the last value of the result and assign to global variable EOY_PRICE?
- Can I replace the hardcoded 2024 by a global variable named YEAR?
Thanks