is there any way to show configurable column name for user tables's column, which end users can change at his will.

  • hi,

    Generally we put alias to column name,if we want to show any other column name other than tables's column name.

    what we need is to give felicity to end user to change any column name he wants.

    for that , what i can do is , every time he changes a column name in UI , i save it in a table against original column name with table name and when next time he visits the page, i read his name form database and put it in alias dynamically.

    q1) is there any new feature available which can do this automatically .

    yours sincerely

  • Hard to believe that such a functionality exists.

    Your way is just fine, you're keeping the aliases for the columns set up from all users and then use them. Very user-customized.

    Maybe you can do something with views. But will be there multiple users doing changes for the same column of a table/view so that multiple aliases will exist for a column of a table/view?

    Igor Micev,My blog: www.igormicev.com

  • yes , multiple user can have different col name.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply