Select to view content in your preferred language

Missing "Globals" in my data expression editor

5759
13
08-26-2021 07:44 AM
dstrigl
Regular Contributor

It looks like that inside the data expression editor of my sample ArcGIS Dashboard the "Globals" are missing

(as described in this video: https://www.youtube.com/watch?v=Dub1Ako2ljw&t=1008s😞Globals.png

Is there any setting or somethings else to get it?

Thanks and regards,

Daniel.

 

With the latest release of ArcGIS Dashboards, Arcade expressions provide new ways to unlock the full potential of your data. In this session, we will start by outlining various approaches for creating rich, informative map styles, labels, and pop-ups. Next, we'll show how Arcade can be used to ...
0 Kudos
13 Replies
XanderBakker
Esri Esteemed Contributor

Hi @dstrigl 

I really think this has something to do with the data. Just did a small test with a data expression in the Dashboard and it can find the domain (in my data the code and description are the same values, but the domain can be accessed after reading the featureset using FeatureSetByPortalItem():

XanderBakker_1-1631562658259.png

 

0 Kudos
dstrigl
Regular Contributor

Hi @XanderBakker,

thanks again for your help. You are right, it must be the data itself which causes the problems!

I am currently working with ArcGIS Online.

Now I created a complete new Feature Layer with a Feature Class including some domains with ArcGIS Pro.

I added some sample data and published it to ArcGIS Online.

And with this data the request of the domain names inside a data expression works!

Do you have any idea what causes the problem with the other data?

 

Regards,

Daniel.

 

 

0 Kudos
XanderBakker
Esri Esteemed Contributor

Hi @dstrigl ,

I have no idea how the data was published and from what format, but I am glad that the test you performed shows that it does work (for the test dataset). This confirms that the issue is data-related. I would recommend you to reach out to support and create a case to discover the reason why this is not working. The fact that you are using ArcGIS Online helps since you automatically always have access to the latest version. 

0 Kudos
dstrigl
Regular Contributor

Hi @XanderBakker,

thanks again.

I would recommend you to reach out to support and create a case to discover the reason why this is not working.

That's the way I will follow.

Thanks in the meantime and regards,

Daniel.

0 Kudos