Hi I have the following projection based datasource designer
Projection - ManufacturingMaterialHistoryHandling
Data Root - MaterialHistory
I have the following set as the filter which is working
Contract eq 'RAL' and
MaterialHistoryActionDb eq 'SCRAPPRODWIP' or MaterialHistoryActionDb eq 'UNSCRAPPRODWIP' or MaterialHistoryActionDb eq 'SCRAPCOMPWIP' or MaterialHistoryActionDb eq 'UNSCRAPCOMPWIP'
now I want to restrict the data to the last 7 days, can I do this as the syntax for TimeStamp I’ve tried I keep getting errors.
Thanks in advance for help, always appreciated.