Hi
I am using CRxi and SQL Server.
I would like to use a simple formula to evaluate if two seperate dates fall between a date range.
Rather than evaluating each date seperately I wanted to use a simple array, but am unsure what I should enter. My first attempt is:
if [date({BidEventDates.ITNdate}),date({BidEventDates.PQQdate})]
in {@start date} to {@End date} then "Y"
However this does not work, I believe this may be because the array produces to outputs.
Would appreciate any suggestions.
Thanks
Simon
I am using CRxi and SQL Server.
I would like to use a simple formula to evaluate if two seperate dates fall between a date range.
Rather than evaluating each date seperately I wanted to use a simple array, but am unsure what I should enter. My first attempt is:
if [date({BidEventDates.ITNdate}),date({BidEventDates.PQQdate})]
in {@start date} to {@End date} then "Y"
However this does not work, I believe this may be because the array produces to outputs.
Would appreciate any suggestions.
Thanks
Simon