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?
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?
Page 1 / 1
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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.