• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

count distinct orders based on grid

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • count distinct orders based on grid

    is there way to count the distinct value (lets say the order # field) and display it somewhere in my valence application..either on the grid or in a heading.

    so a user will select a bunch of critiera and press the search button, a grid will display a bunch of records (orders with multiple line items). The user wants to see displayed somewhere the total # of orders based on their selection.(distinct orders)

    would i have to create a custom program and pass that information back to an app variable and display it somewhere or is there an easier way of doing this.

  • #2
    The KPI widget may work for you. You would just have another data source behind it that you would also "Filter Widget" against when the user clicks the search button.

    Comment


    • #3
      thanks i will research that :)

      Comment


      • #4
        You would likely want to wrap your grid and KPI widget in a "vertical container" utility widget. You can set a fixed height on the KPI and then allow the grid to take up the rest of the vertical space.

        Comment


        • #5
          this worked well thanks.

          Comment

          Working...
          X