Hi
I have 2 list fields on a form. In @Formula I want to create a third list field based on the content of the 2 first fields.
For instance:
List Field1 has content:
31-12-2008
30-12-2008
29-12-2008
24-12-2008
23-12-2008
22-12-2008
16-12-2008
15-12-2008
09-12-2008
08-12-2008
List Field2 has content:
“09:00-11:00”
“09:00-10:00”
“09:00-15:00”
“no time”
“no time”
“no time”
“no time”
“no time”
“09:00-12:00”
“no time”
The 3 new list field should be :
31-12-2008
30-12-2008
29-12-2008
09-12-2008
So what I want in the new field are the dates from the 1st field for which a time is filled in in the 2nd field on the same index position.
How can I do this in @Formula Language?
ANy help will be appreciated.
Regards