How to return a list of nodes in a flat dimension?
Does anyone know if/how I can return a list of nodes as a property in a flat dimension?
Here's what I'm trying to do: We have a flat list of nodes where the node names are 3-digit.2-digit codes. For example: 001.01, 001.02, 001.03, 002.01, 002.02, etc. We want to derive these names as follows:
- 3-digit leading segment is derived from a Node data type property that references another dimension which is a flat list of these 3-digit codes
- 2-digit trailing segment is derived as the "next incremented value available"
So, using my example list from above, if a user wanted to add a new node in the "001" series, he/she would populate the node data type property manually by selecting "001" from the list and the name would derive as 001.04 because 04 is the next incremented value available for the 001 series.