C10
Interbase
Exporting to Excel
I have two parameter fields for a start date and an end date.
I want to creat a formula that will combine those with a "-" in between so that if the it would look like 20061001-20061031
When I try to combine them with a formula like this
{StartDate}+"-"+{EndDate} it tells me that I need a number for the dash string.
I tried to ToText to convert those paraneters in the formula first, but that didn't seem to work either. Is there a way to do it and if so, can I still choose the date formating once I insert this formula?
Interbase
Exporting to Excel
I have two parameter fields for a start date and an end date.
I want to creat a formula that will combine those with a "-" in between so that if the it would look like 20061001-20061031
When I try to combine them with a formula like this
{StartDate}+"-"+{EndDate} it tells me that I need a number for the dash string.
I tried to ToText to convert those paraneters in the formula first, but that didn't seem to work either. Is there a way to do it and if so, can I still choose the date formating once I insert this formula?