Drop Down with other details in Suggested Values

Hi friends,

I am struck with an issue.

I have used an expression in Consignment Table (Child Table) Sort(select(Orders [Order SL NO], true)true)

By using above expression I am getting drop down in descending order.  I want them in deck view with multiple details like date, SL.no , customer name etc. 

How to achieve this?

Note :

1.Table Order is parent and Order SL .No is the key and label of the  table Order.

2. I don't have image in table. 

My expectation :

Screenshot_2023-08-25-20-49-16-14_f9ee0578fe1cc94de7482bd41accb329.jpg

Where I am in :

Screenshot_2023-08-25-21-07-39-52_4f4b4dc22922b128424eca33c4390726.jpg

@Suvrutt_Gurjar @dbaum 

0 4 79
4 REPLIES 4


@jaichith wrote:

By using above expression I am getting drop down in descending order.  I want them in deck view with multiple details like date, SL.no , customer name etc. 

How to achieve this?


If I understand correctly, you wish to see several columns of values together in the dropdown.

The way to do this is to create a separate label column that CONCATENATES the values together in the way you wish - e.g.  "Column 1 Value - Column 2 Value - Column 3 Value".  Then set this new column as the Label for the table.  Do this in the SOURCE table for the dropdown.

Screenshot 2023-08-25 at 4.33.11 PM.png

 

Thanks, any other method available? Like deck view ?

Is this Virtual Column? 


@jaichith wrote:

Thanks, any other method available? Like deck view ?


If you mean as a way to format a list of dropdown values, then no.  


@jaichith wrote:

Is this Virtual Column? 


It can be either a normal column or a Virtual Column.   I use a normal column to create the Label if all values are from within the table.  This helps lighten the burden on Sync times.

However, if the label needs to include values for OTHER tables, then I use a Virtual Column.  That way if that OTHER table changes, my Labels will be automatically updated with no additional effort. 

 

 

Top Labels in this Space