Select to view content in your preferred language

indexed-repeat to pull individual layer elevation data, to view in 3D scenes

7454
10
Jump to solution
03-05-2021 02:57 PM
NKneisel
Emerging Contributor

Hi, 

I'm a practicum student looking at ways to visualize snow, soils, geology, water data using elevations.

Using the repeat function for my layer data, and need to "pull data" from each elev_layer field from my 'snowlayers' repeat into my main form to visualize on my 3D by layer.  Also, I'd want to use the phot per-layer, but that's after I get this step done.

Anyway, I can use Sum(), Count(), Max-Min, Once etc. 

But indexed-repeat(${elev_layer}, ${snowlayers}, 1) only gives me a -1, -2 for each index 1, 2, for repeat I'm trying to access elev_layer integer data from.

 

NKneisel_0-1614984903614.png

Tried in both the repeat and outside repeat to see if that gives a different value, but it's the same.

NKneisel_1-1614984946173.png

 

Is there a step I'm missing?

 

0 Kudos
10 Replies
Cesar_Aguilera
Emerging Contributor

Hello i'm Cesar, and as @NKneisel I'm Geologist too, i i have similar problem, but i'm trying to pull the data from a repeat to another but i'd just not work, apparently the index-repeat just pull the last data in the repeat group, i use "once()" function but just pull the first a second register from the repeat. 

0 Kudos