beginnerkid
Programmer
I have following record selection formula using SI 7.0.2
{"TableName"."FieldName1"} in (?Parameter1} to (?Parameter1}
or
{"TableName"."FieldName2"} in (?Parameter1} to (?Parameter1}
When I use one of the condition, SI puts this criteria in SQL statement but when I write complete selection formula, it just flush the where clause.
Does SI 7.0.2 not support OR ?
If yes, how can I achieve the above, since there are lacs of records to read if no criteria is given in SQL. As you can see I can't use just one as it would not give all desired records
{"TableName"."FieldName1"} in (?Parameter1} to (?Parameter1}
or
{"TableName"."FieldName2"} in (?Parameter1} to (?Parameter1}
When I use one of the condition, SI puts this criteria in SQL statement but when I write complete selection formula, it just flush the where clause.
Does SI 7.0.2 not support OR ?
If yes, how can I achieve the above, since there are lacs of records to read if no criteria is given in SQL. As you can see I can't use just one as it would not give all desired records