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
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.
User | Count |
---|---|
34 | |
11 | |
3 | |
3 | |
2 |