Hi All
I'm using CRXI and I'm unsure if this is possible but hopefully someone can give me some advice.
I have a report that queries a table containing products, the dates they were ordered and the quantity received.
My report uses a formula called {@Last Recd} which is Maximum(Date Received) to extract the last time the product was received. What I want to do is have the ability to filter by the last date received in a range. i.e. Products last received 30-60 days ago, Products last received 60-90 days ago, and Products received 90 + days ago. (I've created formulas that use
{@Last Recd} <= currentdate -30 and
{@Last Recd} > currentdate -60
for the 30 - 60 days range and done the same for the other two).
I want to be able to use a parameter for the user to be able to select the range but I have a problem. I cannot bind the parameter to the {@Last Recd} formula or {@30 - 60}as it isn't available for me to select as it hasn't been formulated.
Is there a way around this at all?
I wondered if I could supress those records not in the each range using Section Expert, but how would I use a paramter and pass the value of the parameter to the formula against Supress in the Section Expert?
Thanks for your help.
I'm using CRXI and I'm unsure if this is possible but hopefully someone can give me some advice.
I have a report that queries a table containing products, the dates they were ordered and the quantity received.
My report uses a formula called {@Last Recd} which is Maximum(Date Received) to extract the last time the product was received. What I want to do is have the ability to filter by the last date received in a range. i.e. Products last received 30-60 days ago, Products last received 60-90 days ago, and Products received 90 + days ago. (I've created formulas that use
{@Last Recd} <= currentdate -30 and
{@Last Recd} > currentdate -60
for the 30 - 60 days range and done the same for the other two).
I want to be able to use a parameter for the user to be able to select the range but I have a problem. I cannot bind the parameter to the {@Last Recd} formula or {@30 - 60}as it isn't available for me to select as it hasn't been formulated.
Is there a way around this at all?
I wondered if I could supress those records not in the each range using Section Expert, but how would I use a paramter and pass the value of the parameter to the formula against Supress in the Section Expert?
Thanks for your help.