Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Dynamic inline table from above enumlist field

Hi everyone! I need to generate a dynamic inline table from an above enumlist field.

The enumlist column is "Lote". Sometimes there is only one Lote, but sometimes there are 10 or more.

I need to generate an inline table with the same amount of rows as items selected in the column Lote (enumlist).

The thing is that this needs to happen in the form view, just after the enumlist items were selected.

Is there a way to do this?
@Steve @Koichi_Tsuji @Suvrutt_Gurjar @dbaum 

0 1 94
1 REPLY 1

Try creating a VC like

SELECT(
 table[key column],
 IN([col correspongin to the ENUMLIST], [_THISROW].[ENUMLIST])
)

The system generated INLINE view is displayed by default.

TeeSee1_0-1722469868886.png

 

 

Top Labels in this Space