|
POST
|
The values would be opening and closing times. For example: 8, 4:30 9,5 1,3
... View more
07-26-2024
08:46 AM
|
0
|
4
|
3198
|
|
POST
|
@KenBuja Thanks for pointing that out. It's a text field. Same goes for the DaysOpen field.
... View more
07-26-2024
08:36 AM
|
0
|
6
|
3202
|
|
POST
|
This is a nice snippet I got from an ESRI dev that returns what day a location has open in the Pro Symbology Expression Builder. It uses the DaysOpen field in my layer. My field values are like so: Su,M,Tu,W,Th,F,Sa. Here is the expression: var days_abbr = ["Su", "M", "Tu", "W", "Th", "F", "Sa"];
var days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
var weekday = Weekday(Today());
If(Find(days_abbr[weekday],$feature.DaysOpen,0)!=-1) {
return "Open (" + days[weekday] + ")";
}
else {
return "Closed";
} My question here is how to expand on that to include time using the Find() function. I created similar variables to get the time. Here is one attempt which returns an error (see pseudo text below) on the If() line. var days_abbr = ["Su", "M", "Tu", "W", "Th", "F", "Sa"];
var days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
var weekday = Weekday(Today());
var hours = ["8","8.5","9","9.5"]; //I also tried ["8","8:30","9","9:30"] which resulted in error
var timeofday = Time(Now()); //this displays the time the way I anticipated it
If(Find(days_abbr[weekday],$feature.DaysOpen,0)!=-1 && Find(hours[timeofday],$feature.Time,0)!=-1) {
return "Open Now";
}
else {
return "Closed";
}
// Error: Invalid expression. Integer index expected.
... View more
07-26-2024
07:51 AM
|
0
|
17
|
5269
|
|
POST
|
Hi @Brian_McLeer , I don't recall, sorry. You say you installed it in the Program Files (x86) directory? In the command prompt when you do step #9, are you sure you're running the npm ci command in that directory? My install is here: C:\arcgis-experience-builder-1.14, for what it's worth.
... View more
06-27-2024
06:52 AM
|
0
|
0
|
801
|
|
POST
|
I found a way that works. I set the position to "fill" and then adjusted the size manually until I was happy. Not sure if this is the best way, but it worked.
... View more
06-12-2024
07:46 AM
|
0
|
0
|
1192
|
|
POST
|
The Experience Builder style elements, unless I'm just not completely use to it, are pretty clunky. The builder shows me one thing and the published page shows another. For example, when using a couple images in the header I place them completely to one side, and when published only one stays that way. Both my browser and the builder are zoomed to 100%. In the builder: Published:
... View more
06-12-2024
07:22 AM
|
0
|
1
|
1204
|
|
POST
|
I wasn't following instructions to embed images (i.e. GIFs) properly. I was linking the GIF which I hosted on our server and then provided the link in the Embed window. I learned that if you link it as opposed to just pasting the HTML code in the box there is a good chance you will experience problems. Check this article out: https://www.esri.com/arcgis-blog/products/arcgis-storymaps/constituent-engagement/enrich-your-story-maps-with-embedded-web-content#tips So, after reading the article I pasted the code in the Embed window instead using remove-click-to-interact='true', like so, and the message did not appear. <iframe src="https://webapp.willcountyillinois.com/unionoil.gif" remove-click-to-interact="true" alt="union oil explosion" style="width:70%;height:70%;"></iframe>
... View more
05-10-2024
08:27 AM
|
0
|
0
|
1790
|
|
POST
|
Hi @PeterKnoop , That's actually what I originally did. Even though the file was under the limit the page would freeze up. I removed a whole bunch of frames from the GIF; as much as I could until there were the minimum amount needed to make sense. It would just "save" for hours.
... View more
05-07-2024
10:55 AM
|
0
|
0
|
1818
|
|
POST
|
I have a *.gif as an embed in a sidecar slide. I tried the following with both an iframe and img tag. Neither removed the message. <iframe src="unionoil.gif" remove-click-to-interact="true" alt="union oil explosion" style="width:70%;height:70%;"></iframe> There were a couple old posts referring to the "click anywhere to interact" message that pops up. https://community.esri.com/t5/arcgis-storymaps-blog/removing-quot-click-to-interact-quot-on-embeds/ba-p/883986 https://community.esri.com/t5/arcgis-storymaps-questions/embedded-web-application-from-another-organization/td-p/1313259 The only way I was able to remove it was to add an image on its own, as in outside of the sidecar. Can I not remove the message in a sidecar slide?
... View more
05-03-2024
02:28 PM
|
0
|
3
|
1924
|
|
POST
|
Simply starting the server in both folders then logging in made no difference. I even cleared browsing history and password cache, then logged in with same client-ID-- still no apps folder. Making the folders manually did it, though! Thanks.
... View more
04-25-2024
10:38 AM
|
0
|
0
|
4633
|
|
POST
|
When attempting to import apps from the prior version, I do not see a server/public/apps folder in the newly downloaded experience builder (v. 1.14).
... View more
04-25-2024
08:42 AM
|
0
|
2
|
4653
|
|
POST
|
Have you tried setting the survey to the latest version (i.e. under Settings in S123 online)? I would read Notes, first. I created a survey from scratch and changed some fields to nothing unordinary. At first, I thought maybe the Excel warning (below) was causing the error in the console. But, then I set my survey to always use the latest version and the console error went away.
... View more
02-16-2024
07:34 AM
|
0
|
0
|
2832
|
|
POST
|
The error is there when the page is loaded. It doesn't seem to have an effect on the functionality of the page, however it would be nice to resolve it. I've narrowed it down to the bindTooltip function. As you can see bindTooltip still works. I've tried a couple browsers also.
... View more
02-06-2024
07:24 AM
|
0
|
0
|
860
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-25-2026 12:25 PM | |
| 1 | 05-04-2026 08:45 AM | |
| 1 | 04-20-2026 01:20 PM | |
| 1 | 07-24-2025 01:27 PM | |
| 1 | 11-13-2025 08:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|