The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

acapone's avatar
acapone
New Contributor II
1 year ago

Is Member a Reserved Word

While not on the list of Reserved Words, I was wondering if Member should be avoided in Dimensions and Dimension Names? Could using it cause any unwanted downstream effects?

1 Reply

  • MarcusH's avatar
    MarcusH
    Valued Contributor

    I always avoid using words/strings that have a meaning in the application. 'Member' might not be a reserved word but it is the name of a class object in OneStream and I would not use it. We recently upgraded from V6.8 to V8 and there were a number of errors raised by the .NET engine which were caused by variable names being the same as objects. I know it's not exactly the same but it took a long time to work out what the problem was because the error message was not helpful. If a later version of .NET or OneStream does object to a metadata member being called 'Member', it would create a lot of difficulties for an upgrade.