Everything fine, except that I need the same order after pivot than in output after node column expressions (only in horizontal, not in vertical as shown below):
Object Description H001
Sub Object Description H001
Serial No H001
Installationdate H001
Latest Installationdate H001
Object Type H001
Object Level H001
Object ID H001
Object Description H002
Sub Object Description H002
Serial No H002
Installationdate H002
Latest Installationdate H002
Object Type H002
Object Level H002
Object ID H002
…
Object Description H020
Sub Object Description H020
Serial No H020
Installationdate H020
Latest Installationdate H020
Object Type H020
Object Level H020
Object ID H020
I tried with RowId node and sorting but I did not get the result I need.
I need the order:
Object Description H001
Sub Object Description H001
Serial No H001
Installationdate H001
Latest Installationdate H001
Object Type H001
Object Level H001
Object ID H001
Object Description H002
Sub Object Description H002
Serial No H002
Installationdate H002
Latest Installationdate H002
Object Type H002
Object Level H002
Object ID H002
…
Object Description H020
Sub Object Description H020
Serial No H020
Installationdate H020
Latest Installationdate H020
Object Type H020
Object Level H020
Object ID H020