Does anyone know how to fix the following expression

Hello experts,

My expression below gives me just the data for the selected date, how do I do where he will give me data according to the change of date. For example, for tomorrow it will give me data from 14 February to 14 may (3 months)... Alternatively, if anyone knows how I can write the SQL Expression and replace this filter. Please please help

FILTER ('fact - sales cost'. "' Cost ' ('GL calendar'. (("" Tax Date ' BETWEEN timestamp ' 2013-02-13' AND timestamp ' 2013-05-13'))


Thank you very much

) is missing from my statement

Try this
FILTER ('fact - sales cost'. "' Cost ' ('GL calendar'. "' Exercise date ' > = TIMESTAMPADD (SQL_TSI_MONTH,-3, current_date) and
"Calendar GL '." "Tax Date.<>

If this does not work then after using the GL calendar ".» "Tax Date.
try to use the Advanced button to convert the SQL filter and use as suggested

try to do it manually instead just copy and paste.

Tags: Business Intelligence

Similar Questions

Maybe you are looking for