If you use the Parse function in calculated items, aggregated measures, or filters, SAS Visual Analytics might perform slowly when rendering report objects that use those data items and filters. Ranking might be especially slow.
When attempting to process the Parse function, the server might evaluate the expression many times instead of just once. These additional evaluations can adversely affect report performance. For example, evaluating an expression might take several minutes instead of several seconds.
Note: The Parse function appears as INPUTN in the SAS® LASR™ Analytic Server and SAS® Cloud Analytic Services logs. Within the reportData log, Parse appears as applySASInformat.
As a workaround, avoid using the Parse function within your report. In some cases, you can use the original data items. In other cases, you must create the relevant data items before you load the data into memory.