Hello Comunity,
I have the following problem with control "sap/ui/table/TreeTable"
I have a Json file like this:
id
icon
nodes[]
[
{
"id": "1300004444 ",
"icon": "sap-icon://competitor",
"nodes": [
{
"id": "1300004444 ",
"icon":...
Hello SAPdevs, I'm wondering how to solve CDS modeling when data needs to be treated for calculation ( eg figures are place in different tables ) and cannot be mapped directly to CDS service def. Thanks