Skip to main content
yogendrar0720
July 4, 2023
Question

showing data into 4 :4 matrix

  • July 4, 2023
  • 4 replies
  • 0 views

i am fetching data from record and i am showing this data in a card layout with foreach, so i want to show only 4 record in first row then 4 in second and so on. how can i achieve this through foreach in one interface

    4 replies

    stefanhelzle0001
    Brainy
    July 4, 2023

    In the blog post below, I describe, how to build an expression that turns a list into a two-dimensional matrix, which you can then put on screen using a nested foreach.

    https://appian.rocks/2022/09/19/building-customisable-components/

    harshm4411
    July 26, 2023

    To display data in a list format, you can utilize the "Cards as List" option within the interface pattern. For additional details, please refer to the attached image below.

    harshitb6843
    July 26, 2023

    I got you covered - appianspace.com/.../
    You can always look up to my blog for similar things.

    rupeshp0003
    August 15, 2023

    Can you see this option available: Rows to Display Per Page? if Yes please put value 4 & try.