Hi All,
I have a requirement where i have to convert my rows into columns(different obviously )
So my data is
Id Region City
2 NAM NYC
2 NAM Washington
I have to display like this:
Id Region City1 City 2
2 NAM NYC Wash..
is it possible to do it in OBI? i don't have access to OBI backend or repository