Can we clear data using Maxl in ASO cube ?
Summary
Can we clear data using Maxl in ASO cube ?Content
Hi Team,
I am trying to clear the data for &CurrentYear->&CurrentMnth in ASO cube using Maxl script.
I tried the following
alter database 'APP_NAME'.'DATABASE_NAME' clear data in region '{[&FcstYr]}' physical; and it worked by clearing the entire data for '&cstYr'.
After the above step I tried the following by including '&CurrentMnth' but it is giving me syntax error
alter database 'KLXTEST'.'KLXTEST' clear data in region '{[&FcstYr],[&FcstMth]}' physical;
Can anyone please help me ?
Thanks
0