Help needed in logic on DATAEXPORTCOND
Summary
Help needed in logic on DATAEXPORTCONDContent
we are trying to export data from the cube using DATAEXPORTCOND. we have total 4 conditions to export data.
1."AVG"<>0.00000000
2 "EOP" <> 0.00000000
3 "AC8010541"=0.00000000
4."AC8010498"=0.00000000
we have tried with the logic DATAEXPORTCOND ("AVG"<>0.00000000 AND "EOP" <> 0.00000000) which works fine but it does not include the data for those 2 accounts values 0.
we need to put all 4 conditions in 1 line to export all data.
Can someone help in this logic?
Thanks in Advance!
0