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
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
Hi Low,
You can achieve this using the datagrid.Please try the following .
Thanks,
Akhila
Thank you so much! This was what I wanted to know!
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