🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Formating an output table

User: "achint_kumar"
New Altair Community Member
Updated by Jocelyn
Hi Everyone,

I have processed a summary table using RM. I need the below formatting:
1) to convert my FIRST ROW in attached data to COLUMN HEADER.
2) To convert "id" to an actual column and arrange it in first row of excel as it currently write in the end column of an excel.  
To be converted into below output excel:


Looking forward to hearing from you. :)

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @achint_kumar

    You need to use the "Rename by example value" operator to set the first row in row number option as your column header.

    For question 2, I guess try removing the special role of this column using "set role" operator and selecting regular as the type for id column. Then try using the "reorder attributes" operator to order the attributes as you wish and then use write excel operator..