111
Views
4
Comments
[OutSystems Data Grid] About Show hierarchical structure of JSON in DataGrid
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Platform Version
11.14.1 (Build 34445)

I am a beginner. I am studing Outsystems now in PE. Please give me advice.

I want to show following JSON in DataGrid. I input "Data.WorkInfo[0].Day" in Binding Item. But , This data don't show in Screen.

Data Grid cannot use "hierarchical structure of JSON"?




JSON format

--------------

[

{

 "Data": {

 "EmployeeId": "1",

 "EmployeeName": "Sample Name",

 "WorkInfo": [

 {

 "Day": "2022-05-01",

 "DayStatus": "----"

 },

                      ・・・・

]

2022-06-07 11-23-04
Diogo Romero
Staff

Hi Banba Yoshihito,

Can you share the OML so it's easier to help you? :)

Thank you

UserImage.jpg
Banba Yoshihito

Thank you for your reply.

Attendancemanagement.oml
2022-04-29 09-08-10
Pramod Torase

hello @Banba Yoshihito ,

In one row for one empId You cant show multiple day status records like this.

My Suggestion- use two grid one for showing employee list and another for showing attendance status of whole month of specific employee.

once one click on any employee in first grid you will see the attendance of that employee day-wise in second grid.


Regards,

Pramod.

UserImage.jpg
Banba Yoshihito

Thank you for your reply.

I will change the specification.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.