Hi Experts,
I want to filter the row based on the amount above 3000 amount only need to show in report for 4 fileds
i have written this code but its not working please give any solution.
=IIf((Fields!PrintAmountInLCY.Value Or Fields!PrintDetails.Value AND Fields!AgedCLE2RemAmtLCY.Value>=3000 AND Fields!AgedCLE3RemAmtLCY.Value>=3000 AND Fields!AgedCLE4RemAmtLCY.Value>=3000 AND Fields!AgedCLE5RemAmtLCY.Value>=3000),True, False)
Thank you
*This post is locked for comments