Skip to main content
Question

Hello All,I am trying to get details of table from data model directly using Pyhton. Where I need to retrieve the few columns for the last 7 days based on a date column (example: ERDAT > TODAY() -7 ).

  • October 3, 2022
  • 2 replies
  • 1 view

Tried using PQLFilter but could not achieve this.

2 replies

Hmmm... can you share the code?


Hmmm... can you share the code?

Hello Guillermo ,

 

Thanks for the reply.

 

I was able to achieve it using ADDDays function. ERDAT > adddays(TODAY() -7)

 

thank you