Hello,
I was trying to create a filter with a custom qualification in the ID of the attribute month like this:
ApplySimple("datepart(year,dateadd(month,-1,getdate()))*100+datepart(month,dateadd(month,-1,getdate()))",0)
When I validate these it gives me an error that shows the following:
You must complete the qualification before closing. Please enter a valid expression. Invalid sintax of date/time.
Can you help me please?
Thanks
I was trying to create a filter with a custom qualification in the ID of the attribute month like this:
ApplySimple("datepart(year,dateadd(month,-1,getdate()))*100+datepart(month,dateadd(month,-1,getdate()))",0)
When I validate these it gives me an error that shows the following:
You must complete the qualification before closing. Please enter a valid expression. Invalid sintax of date/time.
Can you help me please?
Thanks