Option to trim RDS data¶
What is new - 26.0¶
When you apply a filter (e.g. via AddFilter) to a report that uses RDS data strings need to match exactly.
When the data supplied via the TableData function contains trailing spaces the filter needs to have the trailing spaces too.
In version 26 a new property (pbIgnoreTrailingSpaces) has been added that when true performs a trim operation when the data passed via TableData is placed in the in-memory SQLite table. The default state of the property is true.