cancel
Showing results for 
Search instead for 
Did you mean: 

RAS SetformulaText

Former Member
0 Kudos
42

C

  1. .. and RAS .. SQL database

when I am using RecordFilterController.SetFormulaText( "{tablename.tablefield} = something );

Is this passed to the server via the SQL query or is the filer excuted locally?

If locally, what can I do to have my expression included in the SQL query?

Thanks

Oskar

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

It will be passed to the database server depending on contents of the filter you set. Essentially, as long as the filter is simple, ie doesn't include any formulas, if statements, functions (tostring, etc.), essentially just this field = this value, otherwise it will do the filtering after the data is brought back.

Former Member
0 Kudos

Thx,

exactly what I need

Oskar

Answers (0)