Forum Discussion
praveenk
4 years agoFrequent Visitor
How to filter data for rolling 24 months using SAP BW BEx Query
Hello Everyone, I have to pass two required parameters StartDate and EndDate at the BEx query level. If I pass Start Date as "20220101" and EndDate as "20220131", these values are fixed in the p...
praveenk
4 years agoFrequent Visitor
I don't see the data beyond the parameter's value after adding those two lines to the code. Do I have to remove the date values and substitute them with the StartDate and EndDate?
amitchandak
4 years agoSuper User
praveenk , Those two date values you try to use these parameters
if needed convert to text
Date.ToText([StartDate],"yyyyMMdd")
replace 20220101 and the other date and check if it works