|
POST
|
Hi, I have a list of town names that are associated with a number of regions. Currently the list of towns is around 400 but may grow above more than 2000, so will become problematic in 'choices' tab. I have the towns and regions in a CSV file. What I would like to be able to do is use the CSV to populate a Select_One list with Autocomplete functionality to speed up town name searching. From reading, I have seen mention of external_selects, but they require a choice filter first. Users of the form do not know region names to be able to filter towns and no other additional information is available apart from these two fields. Is it possible to use a CSV to populate my select_one list?
... View more
02-20-2020
08:31 PM
|
0
|
7
|
5865
|
|
POST
|
Hi Melita Kennedy, I have captured some drone imagery here in Australia and the flight log locations are Geographic GDA94 with Vertical Ellipsoid GDA94. How can I use Desktop or Pro to transform my data too H: GDA94 / V: AHD in Australia? This is forming part of a workflow to calculate and use AusGeoid09 to identify elevation. Regards, Craig
... View more
02-09-2020
06:18 PM
|
0
|
1
|
1154
|
|
POST
|
Hi, I have a project overseas where the use of commas are utilized traditionally instead of decimal points. Because of language issues, I am hoping a back-end replacement of commas with decimals is an option. Originally fields were numeric, but caused some headaches, so text fields were utilized. Now, collected values are being returned as 0,01 instead of 0.01, which is then causing issues in subsequent calculations. Is it possible to use some formula to substitute commas for decimals in a new numeric field? Regards, Craig
... View more
01-27-2020
06:07 PM
|
0
|
1
|
1170
|
|
BLOG
|
Hi Ismael Chivite, Just wondering in your electric poles / transmission lines example, how could junctions be handled, where one pole might act as a point for two transmission line segments? Regards, Craig
... View more
01-21-2020
03:54 PM
|
1
|
0
|
64329
|
|
BLOG
|
Hi Xander Bakker, Yes I was able to solve my issue.Thank you for responding. Regards, Craig
... View more
01-12-2020
02:55 PM
|
1
|
0
|
18597
|
|
POST
|
Hi Ismael, I have a mobile phone mask structured as: 9999 999 999 When testing in Connect the mobile phone number works as expected with the correct spacing and when captured in web browser the resulting record is 0401234567 without the spacing. That is ok. I then added a new field to capture the formatted string with the desired spaces: concat(substr(${mobile},0,4), ' ',substr(${mobile},5,8), ' ',substr(${mobile},9,12)) I was expecting 0401 234 567 (as returned when testing in Connect) but instead had a return value of 0401 34 67 (when using the web browser). I can only assume the web browser is recording some values as empty spaces, so something is behaving odd between Connect and web browser. Your thoughts. Regards, Craig
... View more
12-04-2019
08:40 PM
|
0
|
2
|
16626
|
|
BLOG
|
For adding dashes to date try adding a new field and calculation using: format-date(${date},'%Y-%m-%d') or format-date(now(),'%Y-%m-%d')
... View more
12-04-2019
02:11 PM
|
0
|
0
|
25010
|
|
BLOG
|
OK, that explains it better. The table-list I was testing didn't have select_one type questions so I can understand the error now. Are these settings documented somewhere in a styling reference?
... View more
12-03-2019
02:34 PM
|
0
|
0
|
92632
|
|
BLOG
|
What is the difference between table-list and field-list for Pages? I can get field-list to work in Connect but having issue with table-list.
... View more
12-02-2019
02:46 PM
|
1
|
0
|
92631
|
|
POST
|
Can the functionality you are after be done using HTML tables with images in table cells? Also possibly use Arcade to show relevant images if records present.
... View more
11-27-2019
03:58 PM
|
0
|
1
|
796
|
|
POST
|
Hi Tahir, I have a project like this. One survey initially recorded the GPS location of the survey points whilst a second survey uses the unique ID of a point to record subsequent visitation information over a season. The second survey records no GPS location and is essentially building related table records. The two surveys are then linked to a create a new feature service so locations and seasonal information can be viewed. Regards, Craig
... View more
11-24-2019
02:00 PM
|
0
|
3
|
2800
|
|
POST
|
Hi Bryan, Can you outline the workflow steps you used to make this happen please. Regards, Craig
... View more
11-14-2019
01:38 PM
|
0
|
2
|
3484
|
|
BLOG
|
Hi Xander, Trying to hide empty records also. My Arcade expression is: {expression/expr3} = IIf(isEmpty($feature.USER_CSU_1),"none","block"); My custom HTML is: <div style="padding:5px;background-color:rgb(199,184,160)"><b>Scholarships Test:</b></div> <table style="width:100%;"> <tbody> <span style="display:{expression/expr3}> <tr> <td><a href="{USER_CSU_1}" target="_blank">{expression/expr0}</a><br /></td> </tr> </span> </tbody> </table> Not sure of the correct structuring to hide my empty fields and subsequently hide their rows. Craig
... View more
11-06-2019
04:02 PM
|
1
|
0
|
18597
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-22-2014 03:26 PM | |
| 1 | 11-03-2022 03:28 PM | |
| 1 | 05-24-2021 05:01 PM | |
| 1 | 12-02-2019 02:46 PM | |
| 3 | 11-01-2020 07:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-04-2025
09:55 PM
|