how i can get parentid / value from selectbox to the child selectbox ?

Confluence User - 22 Mar, 2024

i have 2 select box . select 1 are parent value . select 2 is child from select 1 . so how i can set that 

for example: 

so i want my select 2 can get value like that after select 1 is picked or change 

forms;selectbox

2


22 Mar, 2024
confluenceUser
1
confluenceUser

You need to use the "Grouping" feature. If you are using hardcoded values then the third column of the configuration.
If you are using sql query then the third attribute/column will represent the grouping field.
e.g.

SELECT id, label, field1
FROM btable



25 Mar, 2024
confluenceUser
confluenceUser

thanks is working

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print