Skip to main content
Question

hi there, I get the data into Celonis via DB Connection and in the table configuration I would to extract of last 3 years, is it possible to set a filter e.g. CreateTime >= systemdate -3 Years?

  • June 3, 2022
  • 2 replies
  • 2 views

hi there, I get the data into Celonis via DB Connection and in the table configuration I would to extract of last 3 years, is it possible to set a filter e.g. CreateTime >= systemdate -3 Years?

2 replies

Try to use a filter or time filter in the extraction script using something like

 

WHERE CREATE_TIME >= ADD_MONTHS(NOW(),-36)


  • Level 7
  • June 6, 2022

Merhaba @mehmet.ayalp11 (:

 

EMS store'dan data connector'ü kurduysan zaten data pool'a girince sol altta parametreleri görürsün.

zaten otomatik yazılmıştır. Parametreyi değiştirmen yeterli olacaktır ama dediğin gibi 'dinamik' olsun istiyorsan tabloların tüm extractionlarına gidip filter kısımlarını düzeltmen gerekir ama gerek yok tek FULLLOAD ile veri değişecek zaten.

 

image