How to access date field values for in between dates

Hi,

I try to do a search for both the values on the specific date and the values between the dates.

I have a date field in the Grid Search with specials and in between conditions but I can not access the second date value from this field.

If I put in OnScriptInit the sc_alert ("{datefield}") I always get only the first date value but never both.

What am I missing here?

Thanks,
xaled

Hello Xaled,

Try {datefield2}, or {datefield}[2] and let me know how that works out.

regards,
Bernhard Bernsmann

Hi Bernhard,

I tryed that before, sc_alert("{datefield2}") gives:

Undefined property: grid_radacct_grid::$datefield2. Same for {datefield1}

both sc_alert("{datefield}[2]") and sc_alert("{datefield[2]}") give the first date value with “[2]” after it. Same for [1].

thanks,
xaled