Select to view content in your preferred language

How to use a value retrieved from one pulldata() operation as the key for another pulldata()

186
3
a month ago
JoseSanchez
Frequent Contributor

Good afternoon,

To use a value retrieved from one pulldata() operation as the key for another pulldata() ?

Thanks

 

0 Kudos
3 Replies
DeonLengton
Esri Contributor

Hi Jose - can you give a bit more information? Is this to pull from a CSV file?

Perhaps share your Excel file if possible to help us assist you...

0 Kudos
SanchezNuñez
Frequent Contributor

Hi @DeonLengton ,

I was looking from a way to  pull data from a hosted feature table that I am using as a lookup table form a field that was the result of a calculation.

I did it like that, declaring concat_text as:

textconcat_textconcat_text

concat("Activity_Type='", ${ACTIVITY_TYPE}, "'")  

and using this value later in a pulldata.

Thanks

0 Kudos
DougBrowning
MVP Esteemed Contributor

It should work if you add some type of relevant so that the second pulldata does not fire until the first one is filled out.

0 Kudos