GetViewFromWhereClause Procedure
Gets a view text from a WHERE clause.
This is the reverse of GetWhereClauseFromView()
.
Signature
GetViewFromWhereClause(WhereClause: Text) : Text
Parameters
WhereClause
Text
The WHERE clause to be used in the view text.
Returns
Text
A view text built from the WHERE clause, or an empty string if the WHERE clause is empty.
This documentation is generated from Smart Toolbox v27.0