Forum Discussion

RohitAgarwal's avatar
RohitAgarwal
Qrew Cadet
7 years ago

Can we filter Multi select Text on basis of record ID.

I have a table name feature that contains id and value.
Let's say.

1 - A
1- B
1- C
2- D
2- B
2- A

Second Table name Project.
I want to create a multi-select text box where I can pull feature table data w.r.t to Project ID.
means - 
this multi-select will show
A
B
C
As this belongs to project ID 1.

1 Reply

  • MCFNeil's avatar
    MCFNeil
    Qrew Captain
    A conditional multi-select?  

    Native, no.  
    But you can have the same effect by using joined tables.  As long as you have the parent tables set up as well.