Get member description in user's culture code using excel add-in
Hi all,
Do you know how to get the member description in a scpecific language using the Excell add-in? I suppose that it can be done using the "XFGetMemberProperty" but I can't find an example.
Thank you.
XFGetMemberProperty
This function retrieves any Dimension Member property from the Member Properties tab in the Dimension Library. Note there are no spaces used when defining property name.
XFGetMemberProperty(“DimTypeName”,“MemberName or Script”,“PropertyName”, “VaryByCubeTypeName”,“VaryByScenarioTypeName”,“VaryByTimeName”)
As a reference when using BR: Get member description in user's culture code | OneStream Community
Best regards,
Carlos
So you are saying a user wants to see a description other than what their culture in their user ID is set to? If so, then yes, you have to do a dynamic calc as Robin mentions in this thread.
Excel will only return the descriptions based on the user's culture (fr-fr or it-it or US-en, etc).