Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any performance gain with the following
MONEY(field,'$#,##0')
as opposed to using the GUI ?
Hi,
You can download several hundred thousand records, create UI a table with two variants of MONEY, click and see if the difference is noticeable.
Example script code
LOAD
RecNo() as ID,
Div(Rand()*10000,1) as Value
AutoGenerate 500000;
UI Table
Dimension: ID
Expression: Sum(Value)
To slow the switching, you can increase the number of lines AutoGenerate.
Regards,
Andrey
why you ask this?