POST
|
I wanted to add that the syntax in my reply above works well for basic form fields and also for select_one fields, but not for select_multiple fields where multiple choices have been entered. For those case, the following syntax will check a select_multiple for a single value and works even if multiple values have been selected. ${if <name> | selected:”<value>”}${/} ${if !(<name> | selected:”<value>”)}${/} Replace the empty boxes with the symbol of choice. In my template the first empty box is a checked box, but that symbol isn't pasting correctly here.
... View more
10-21-2020
07:10 AM
|
1
|
0
|
178
|
POST
|
I have a couple of GeoFence Synchronization Rules that seem to work when importing new features that were added to the feature service since the last sync, but they do not appear to detect when the feature backing a GeoFence has been deleted from the feature service. I would expect it to do this and automatically delete the corresponding GeoFence. Does this functionality exist?
... View more
10-21-2020
06:29 AM
|
0
|
1
|
98
|
POST
|
Thanks Barbara. I ran across this approach during further research as well. Your example is nearly identical to what I'm currently using. I pulled the empty and checked boxes below from the Wingdings 2 font. This solution allows for sizing the checkboxes independently of surrounding text. ${if <name>=="<value>"}${/}${if <name>!="<value>"}${/}
... View more
10-21-2020
06:25 AM
|
0
|
0
|
178
|
POST
|
I'm using the following syntax in a feature report template to display checkboxes for each item in a select multiple choice list. The syntax works as expected by outputting checked or unchecked boxes depending on the options chosen. ${select_multiple|checked:"value"} Label The problem is the sizing and formatting of the checkboxes. The checked box is significantly larger than the unchecked boxes, which makes the list appear messy. Nothing aligns because the checked and unchecked symbols take up different amounts of space on the page. The checked boxes are also blue whereas unchecked are black/white. Is there a way to control the size or even symbol used with these checkboxes? I tried setting the font size of the syntax in the template, but it's already consistent across the entire list of choices. Everything in the tempate is sized 12 pt font.
... View more
10-07-2020
06:57 AM
|
0
|
3
|
218
|
Online Status |
Offline
|
Date Last Visited |
Wednesday
|