Skip to main content
Question

I have query, How I can create a table where values should be select from the dropdown in views (when I select specific or multiple values in dropdown used in views)

  • January 16, 2024
  • 3 replies
  • 28 views

kandi.naidu
Level 7
Forum|alt.badge.img+6

Hi Everyone,

 

Hope your all doing well,

 

I want to create a table where the data stored in it will be values selected from the dropdown in the view.

 

Please share any suggestion asap.

 

Thanks,

 

KANDI AJITH NAIDU.

3 replies

janpeter.van.d
Level 12
Forum|alt.badge.img+26

Hi @kandi.naidu,

 

Please follow these steps:

  1. For every column that you want a dropdown button is needed (i.e. you cannot select multiple items per drop down). In the example below you'll find two columns, of which the second can also put on NULL so that it isn't used.
  2. Create a custom object to create list of dimensions that can be selected. This you can configure in the YAML editor of the Knowledge Model. For more info, see the Celonis Docs.image
  3. Let your custom objects in the dropdown component and write values to a view variable:image
  4. Configure your table in the YAML editor to listen to the view variablesimage
  5. Done! Your result should look like this:image

kandi.naidu
Level 7
Forum|alt.badge.img+6
  • Author
  • Level 7
  • January 17, 2024

Thanks @janpeter.van.d  , for valuable insights .

This helps me a lot for my use-case.


janpeter.van.d
Level 12
Forum|alt.badge.img+26

Thanks @janpeter.van.d  , for valuable insights .

This helps me a lot for my use-case.

Hi @kandi.naidu,

 

Happy to help! Please accept the answer to help fellow peers.