I currently have this formula in the section expert for the details section. It is to suppress:
If{?Order Date} = {sochng.fdate} then False else True
This shows only rows where the fdate field falls within the date parameter range.
After this, I then need to suppress all rows where sochng.fdate is 18 months or greater than somast.orderdate.
Is this possible? How would the formula read?
Thanks for any help!
If{?Order Date} = {sochng.fdate} then False else True
This shows only rows where the fdate field falls within the date parameter range.
After this, I then need to suppress all rows where sochng.fdate is 18 months or greater than somast.orderdate.
Is this possible? How would the formula read?
Thanks for any help!