In my project, I'm experiencing an issue with PQL pull-up functions.
- I am utilizing pull-up functions because Level 2 and Level 3 Columns are generated based on augmented attributes (User Updated in Celonis). If I use those fields directly in the Logics, I get a common table error as we are pulling data from multiple tables.
- Using PU_FIRST gives me the oldest first record. Using PU_LAST gives me the latest record.
- I looked over the documentation, but I couldn't find any alternatives.
- I tried with BIND and DOMAIN Table Functionalities those are also not working.
Please let me know if you have any knowledge on the aforementioned question
Thanks in Advnace.