this is result, its only show up Booked Case
This is my expression code in check-in count Box
This is my database, i did group this data by count
Thanks so much!
Hello
I got it, here , You can create 4 Local Variables to show the count, for each instance, or you can use the blocks to do this
I am attaching you a sample OML to explain you the same -
Sample - https://personal-ejuytnht.outsystemscloud.com/New_Bookings/CheckStatus?_ts=638242880319486561
ThanksTousif Khan
Tks you so much!!
You are welcome :)I am glad I was able to help you.Tousif Khan
Hi,
You can't do like that. You already have the right aggregate retrieving the correct data. You can create a list where the source is that aggregate, and you place your content inside that list (you can create a block with the card that you already design and pass it the input fields that you want to show, it will create an item for each record of the aggregate, in this case, one for each groupBy) and you pass the fields that you want (line the StatusLabel, Count, what you need).
Hope this can help you.
Best regards,
Ricardo
i understand what u say, but in this case, i have to create 4 blocks, right? Any better way?? i mean the short one..
No, you just need to create one and place inside the list. The list will create how many instances you have in your aggregate.
Hope this can help you!
Looks like your box is not inside a table which is why it is always taking the current value. The aggregate which you showed, do the following steps:
let me try..