Hi, I want to get only issue key instead of a long text with summary. How can I do that?
I tried [Issue].[Issue].CurrentHierarchy.Defaultmember.get("key") as a user defined Calculated members at rows in EazyBI report.
Community moderators have prevented the ability to post new answers.
Hi Bian,
In that case, you could try the following code when creating new user-defined calculated member in "Measures" dimension
[Issue].CurrentHierarchy.Key
That would create issue property type of measure that would display results in a separate column but only for Issue dimension members.
And please note that for several chart types we have already now a functionality on the place to show only Issue key.
Please contact support@eazybi.com if you have further questions regarding this!
Kind regards,
Martins Vanags / eazyBI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.