Field name

Comments

1 comment

  • Konsta Danyliuk

    Hello Ganesh.

    There are three possible variants of a column name after a formula is applied.

    1. It will not change.
    2. It will change to the name of a column you refer to.
    3. It will change to describe the result better, using the hardcoded SuggestColumnName logic. E.g., after applying the GROUPSUM function, the column name will be Total_<ColumnName the function is applied to>, or for the HOUR function, the column name will be Hour.

     the only option i see is i am renaming again and execution happen and this is time consuming. 

    The Workbook is not being executed when a formula is applied. You introduce the formula, press the Apply button, and you should see the result applied to the data sample right away. At this point, you could change the column's name.

    An alternative approach is to create the desired transformation using default columns names, download the JSON definition of the Workbook, change column names in this file, and update the Workbook via REST API. Please refer to the REST API Workbook section of Datameer documentation for more details.

    Do not hesitate to let me know if you have any further questions.

    0
    Comment actions Permalink

Please sign in to leave a comment.