First Line with expression
Posted: Tue Jan 20, 2015 7:50 pm
Hi,
I have one simple DataSource (datatable) with 3 columns: Day|Type|Minute. (always contains 6 lines)
At the end of report, i wanna put each "Minute" from each line, in some TextsField, fixed.
I´m tryng use FirstIF, passing the "minute" field, and the expression ex.: (where day == "Saturday" && Type == "VACATION")
But it´s not working. how can i do that?
I have one simple DataSource (datatable) with 3 columns: Day|Type|Minute. (always contains 6 lines)
At the end of report, i wanna put each "Minute" from each line, in some TextsField, fixed.
I´m tryng use FirstIF, passing the "minute" field, and the expression ex.: (where day == "Saturday" && Type == "VACATION")
But it´s not working. how can i do that?