I have been using chart to Present data. In the last version (3.4) I'm having an issue with the Split by option as it does not seem to react to data. The Chart doesn't seem to honour split. Also The chart also seems to have an issue with displaying Domain($feature, "DomainFld") PS the auto fill enters an incorrect example.
Hi @PaulPrevedoros1 ,
In 3.4, I'm seeing scatter plots work as expected when applying a Split By field (tried with and without an Arcade expression). Did you create the same chart (using the same data) in earlier versions of Pro and see different results? Is it possible that the x and y values for all series are the same so you're not seeing some series in the chart because the points are overlapping?
The Domain Arcade function returns a dictionary, which can't be used to configure the chart. If you want to return the domain description in your expression, you can use the DomainName function, for example: DomainName($feature, "DomainFld").
> PS the auto fill enters an incorrect example.
Could you please elaborate on this? Are you referring to the Arcade auto-fill for the Domain function?
Thanks!
Chris
No I have been using the split function for many versions, this has just occurred with this and other data.
They are largish files. I should check if there is a limiting value in the setup. I have noted that some new user defined variable have been added to the setup.
The issue is present irrespective of whether I use Domain or DomainName or just a fieldValue
Cheers
Paul Prevedoros
Dear Chris
Now I am baffled just tried a split for a third set of Data and it worked
Go Figure
Paul Prevedoros
Dear Chris
Had to see the first dataset and the problem persists?!!!?
Cheers
Paul Prevedoros
Hi @PaulPrevedoros1 ,
Would you be able to share the first dataset so we can investigate? If so, please send to callen@esri.com.
Thanks,
Chris