Oct 27, 2008 #1 leburg Programmer Feb 15, 2006 64 US Would using right() in the record selection degrade report performance?
Oct 27, 2008 #2 lbass Technical User Feb 9, 2002 32,818 US Probably. Instead create a SQL expression {%right5}, e.g.,: right(table.`string`,5) ...or {fn right(table.`string`,5)} and then reference the SQL expression in the selection formula. -LB Upvote 0 Downvote
Probably. Instead create a SQL expression {%right5}, e.g.,: right(table.`string`,5) ...or {fn right(table.`string`,5)} and then reference the SQL expression in the selection formula. -LB