166
Views
4
Comments
Solved
[OutSystems Data Grid] Outsystems Datagrid Columns
outsystems-data-grid
Reactive icon
Forge asset by OutSystems

Hello,

For the outsystems datagrid column blocks, am I able to bind the data to entities derived from functions/groupbys? For example:

I know that ProjectSavings.Savings can be binded to a column block. But for the groupby data and the Year(Month) data, is there a way for me to bind this to a column block? Thank you

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @Low Ding En 

You can use every field from an aggregate on the DataGrid. It will simply be another binding.
For instance, with the sample aggregate (completely dummy example):

in the column, you would have: 

Hope it helps!

Cheers,
GM


2023-01-17 13-43-47
Akhila K Soman

Hi Low, 

You can achieve this using the datagrid.Please try the following . 

Thanks,

Akhila

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @Low Ding En 

You can use every field from an aggregate on the DataGrid. It will simply be another binding.
For instance, with the sample aggregate (completely dummy example):

in the column, you would have: 

Hope it helps!

Cheers,
GM


UserImage.jpg
Low Nico

Hello,

Thank you so much! This was what I wanted to know!

2021-05-29 12-12-45
PedroMSoares

Hello,


I don't understand how you manage to bind since I get an error saying the entity does not have that attribute. I might be missing another step !

It is expected to have an entity.fieldname

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