Skip to main content
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?

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

 

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


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


Reply