Skip to Content
0
Aug 10, 2016 at 01:39 PM

Can I use a prime time formula that modifies variables in a chart or map?

50 Views

I get this error when

a prime time formula that modifies variables is used in a chart or map

When i use this formula

shared stringvar array arr := split({user_outcomes.sales_ShVal}, "&");

'';

How do I not get this error? The formula worked fine before I placed some cross tabs. Are the cross tabs the problem?

Thanks