Skip to main content
kavyam0002
July 4, 2024
Question

editable grid

  • July 4, 2024
  • 6 replies
  • 0 views

i have like this data in bd based for one cif we may have multiple child request id

i have to show the data in editable grid like below 

 

    6 replies

    stefanhelzle0001
    Brainy
    July 4, 2024

    OK. What is your question then? Are stuck with any specific detail? Can you share your current implementation?

    kavyam0002
    July 4, 2024

    to show the data in grid like this how can i query? need to use any aggregation query or normal query with filters 

    July 4, 2024

    1. Do you want to display data of particular Source Row Id, then use filter in the query and get the data and display.

    2. If you want to display all the source row ids and its child data, then directly query data and display in the grid.

    July 5, 2024

    Hi [mention:bd2e537916fe4b31980bfba549754efc:e9ed411860ed4f2ba0265705b8793d05] ,

    Do you want to group the child request id column?

    SQL - Use group by function

    In Appian - use queryaggregation function