ArcGIS Dashboards Blog

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Other Boards in This Place

Latest Activity

(74 Posts)
JenniferAcunto
Esri Regular Contributor

Tips and tricks for adding embedded content to your ArcGIS Dashboards from a professional dashboard builder.

Read more...

more
3 0 824
FriederikeAlschner
Esri Contributor

With the June 2023 update of ArcGIS Dashboards, we’ve made map selection workflows much more intuitive for dashboard viewers. When layer actions are configured, users simply need to click a feature on the map to select it.

Here are the highlights of what's changed.

(last update Jun 22)

Read more...

more
4 11 2,264
DavidNyenhuis1
Esri Contributor

Creating feature sets with date fields has gotten easier in data expressions. No longer do you have to convert dates to EPOCH.

Read more...

more
8 1 2,122
JenniferAcunto
Esri Regular Contributor

Learn when to use bar charts in your ArcGIS Dashboards, as well as best practices from a "professional dashboard builder". 

Read more...

more
5 1 1,803
jcarlson
MVP Esteemed Contributor

Do you have any "to do" dashboards in your organization? I do! These often come with a big indicator: items left to do. I like to use conditional formatting in those indicators to make getting to 0 more satisfying. It's a small thing, but it's surprising how often I hear about it from my users.

Judging by the feedback I receive, this is really all the people want.Judging by the feedback I receive, this is really all the people want.

Now, I get it. Most dashboards (especially public-facing ones) probably ought to be more professional. But if nobody's forcing you to make a dry and soulless infographic, why not loosen up a little?

Believe it or not, I actually got a feature request recently to take the emoji idea further: could I make the emoji change randomly?

Of course I can!

Get your indicator set up the way you want, and just slip this little bit of Arcade into your Advanced Formatting code block, adjusting the list of emojis to your liking:

var emojis = [
    '😻',
    '🏆',
    '🏅',
    '🥇',
    '🎉',
    '🥳',
    '🙌🏾',
    '🥂',
    '🎂',
    '🍾'
]

var emoji = emojis[Floor(Random() * (Count(emojis)-1))]

Then reference the emoji variable in the returned middleText property.

Here it is with a short refresh interval:

Peek 2023-04-03 13-03.gif

Now go make your dashboard a little more fun to look at!

more
7 0 534
jcarlson
MVP Esteemed Contributor

Plus a custom linebreaking function for long strings!

Read more...

more
4 4 1,678
NooraGolabi
Esri Contributor

Learn what you need to do to prepare for the retirement of ArcGIS Dashboards Classic.

Read more...

more
1 1 894
jcarlson
MVP Esteemed Contributor

Trick bar charts into being something a little different.

Read more...

more
9 4 2,960
by Anonymous User
Not applicable

Inspection data can contain multiple important attributes that describe the quality of a facility. This ranges from common attributes (like the overall score from an inspection) to factors like last inspection date, license types, and operating status. With ArcGIS Dashboards, we can show all of this information in one, awesome place.

 

Read more...

more
3 0 1,694
jcarlson
MVP Esteemed Contributor

One list, one embed. Three forms?

Read more...

more
2 5 1,184
257 Subscribers
Labels