BLOG
|
Thanks Ismael Chivite, this is wonderful to explain the new changes to the customers. Regards
... View more
11-29-2018
09:51 AM
|
1
|
0
|
8755
|
POST
|
Hello, I'm not sure if I understand your question. But you can change the Background color of the label. All the style in survey132 you can change it with html(in the Survey123 Connect). Check this line of code for example: <p style="background-color:rgb(255, 0, 0);"> PD: You can check the color code in this web: RGB Color Codes Chart . Let me know if this helps.
... View more
11-29-2018
08:50 AM
|
0
|
3
|
1989
|
POST
|
Hello Stephanie, I had the same issue a couple of months before. My reason was that I change the "field name" and I referred the field name in the section settings instance name. (see the image below). Maybe that is your issue. Where did you change the text? If was in the field name and you referred the field in the instance name. So you have the answer. But if not try to share the form (if is posible). Let me know if it helps. See you.
... View more
07-17-2018
03:53 PM
|
3
|
4
|
7830
|
BLOG
|
Thanks, very useful. I been tried the differents links and I've some ideas to implement with my surveys. Waiting for the next examples. 😃
... View more
06-08-2018
11:57 AM
|
0
|
0
|
11966
|
BLOG
|
There is a way to invoke #Survey123 with the fields fill. With the URL. if you want to know more about how to configure the URL is better to check the following link (click here). In the blog Ismael Chivite explain deeply how to use the url. This blog is more about how to transform the link in a button to show a better graphic interface to the user. Basically when you have the link with the url of the form and you are setting the pop-up you can configure a "kind of button", with the following #html code. <font size="5"> <a href="arcgis-survey123://?itemID=xxxxxxxxxxxxxxxxxxxx" style="display: inline-block; outline: none; cursor: pointer; text-align: center; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 100%; font-family: Arial, Helvetica, sans-serif; padding: 0.5em 0.8em 0.55em; text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px; border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px; text-decoration: none; color: rgb(255, 255, 255) !important; background: rgb(17, 127, 170) !important;">Orden de Trabajo</a> <br /><div style="text-align: center;"> </div> </font> this code shows up the following button in collector or workforce. Depending of the pop up that you set. As you can see is a better interface that a link for the user. I you need more information just let me know in the comments.
... View more
05-14-2018
11:35 AM
|
6
|
4
|
3688
|
BLOG
|
In this case I been working in one survey for a local government in Costa Rica. They need the total time that the user spend doing the survey. So I Create a start and end type of fields(important: do not use the default values of now() ) Those kind of fields automatically generate the values. The time Start create the same value of the #now(), but the end is fill at the end of the #survey. Check the image. After create the start and end field you create the #calculation field with the following #formula /* round(int(${Hora_Fin} - ${Hora_Inicio}) div (1000*60),0) */ This field is going to update automatically. Enjoy creating forms and tell me if it works for your form.
... View more
05-04-2018
04:24 PM
|
3
|
1
|
718
|
BLOG
|
Hello, is this functionality implemented already or is in development process? Thanks.
... View more
04-30-2018
08:55 AM
|
0
|
0
|
4743
|
POST
|
I think that your issue is related with the default now() in the start and end type of field. They were created to check the beginning of the survey and the end so if you write the default value it create the issue. just try without the now() I already create a form and used both fields without the now() and it works. check the images.
... View more
04-02-2018
03:58 PM
|
2
|
0
|
1224
|
POST
|
Hello Yreka, I just look a excellent post for your question. check https://community.esri.com/thread/175212 in the answers ichivite-esristaff posted a full answer about how to use the "date" - "datetime" "start-end" type of fields. I hope this can help you.
... View more
04-02-2018
01:16 PM
|
0
|
2
|
1224
|
BLOG
|
Hello, I just want to ask if is possible change the image in the form in a dynamic way for example with a select one before the image and invoque the image with a concat function (or another one), I tried with concat and it does not work. Thanks,
... View more
03-02-2018
12:49 PM
|
0
|
0
|
8092
|
POST
|
Thanks, Yes this issue is with my stream service. It just stop working without any change from me. The input keep running and doesn't show any error. The output doesn't work any more. And that error text is from the log window. I just restore everything and create the practice one more time. It works but doesn't seem like a good way to solve the issue. Thanks DCota-esristaff .
... View more
02-27-2018
06:42 AM
|
0
|
1
|
594
|
POST
|
rsunderman-esristaff maybe you can help me with this issue. Thanks,
... View more
02-14-2018
02:26 PM
|
0
|
0
|
594
|
POST
|
My issue is trying to process a streaming feature of one of the practices. This one is the ISS satellite practice but at the beginning everything went right but now I have a error. null java.util.concurrent.TimeoutException at org.eclipse.jetty.websocket.WebSocketClient$WebSocketFuture.get(WebSocketClient.java:596) null java.util.concurrent.TimeoutException at org.eclipse.jetty.websocket.WebSocketClient$WebSocketFuture.get(WebSocketClient.java:596)[415:org.eclipse.jetty.websocket:8.1.18.v20150929] at org.eclipse.jetty.websocket.WebSocketClient$WebSocketFuture.get(WebSocketClient.java:396)[415:org.eclipse.jetty.websocket:8.1.18.v20150929] at org.eclipse.jetty.websocket.WebSocketClient.open(WebSocketClient.java:310)[415:org.eclipse.jetty.websocket:8.1.18.v20150929] at com.esri.ges.framework.streamservices.client.AbstractStreamServiceClient.getConnection(AbstractStreamServiceClient.java:351)[117:com.esri.ges.framework.streamservices-client:10.5.1] at com.esri.ges.framework.streamservices.client.AbstractStreamServiceClient.setup(AbstractStreamServiceClient.java:322)[117:com.esri.ges.framework.streamservices-client:10.5.1] at com.esri.ges.framework.streamservices.client.AGSConnectionStatusListenerStreamServiceClient.setup(AGSConnectionStatusListenerStreamServiceClient.java:29)[117:com.esri.ges.framework.streamservices-client:10.5.1] at com.esri.ges.framework.streamservices.client.AbstractStreamServiceClient$1.run(AbstractStreamServiceClient.java:164)[117:com.esri.ges.framework.streamservices-client:10.5.1] I dont know what is happen with my Geoevent Version of the Geoevent is 10.5.1 and is the same for my portal. I'm doing this because I going to create a streaming service with one gpsgate conector ( I trying to do that too). If someone have a practice with streaming like the ISS I'll be grateful. Thanks, Roger
... View more
02-01-2018
08:44 AM
|
1
|
4
|
1074
|
POST
|
I've been working in one survey Form with Connect. My actual issue is when I use a #relevant expression in a Group. The normal expected behavior is that the "different pages (groups) with the relevant conditional did not appear" but looks like that has another behavior. ( See image 1) See the highlighted zone this is the first group. then I ask if can continue with the full form ( because the person can have difficulties when arrives to the site). But look like when the person say "no" the pages are already created. So the page is already created without information. How can I avoid this? Thanks. See you around!!
... View more
01-25-2018
11:29 AM
|
0
|
1
|
316
|
Title | Kudos | Posted |
---|---|---|
1 | 10-05-2019 04:00 AM | |
1 | 07-24-2019 12:40 PM | |
1 | 08-08-2019 03:48 PM | |
2 | 07-24-2019 01:21 PM | |
2 | 05-22-2019 09:11 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|