i’m quite new to eazyBI and Jira… So i apologize if this question is quite obivous…
I have imported some agile Jira Projects with Sprints, Storypoints and several Projects.
Now we have a custom text field, which contains (not too many) different entries, but needs to be a free text field, so new entries can be added.
The amount of these different entries is what we need to count --> basicly aggregated on Project (or any dimension) level
Example: Field “Letter” is available in 10 different issues from Project “start” and contains:
A
A
A
B
B
B
B
B
C
C
now i would like to count these diferences and get the result of 3 (A,B,C) for project “start”
–> Since custom text fields can only imported as measures and not as dimensions, i dont realy know how the achieve this…
hopefully somebody understands what i’d like to achieve…
I’m not sure I fully understand your scenario, but you can definitely import custom text fields as dimensions (though there is a potential performance hit, in the text fields have a lot of values). You’ll need to add information to the advanced settings. It’s described here:
There is a way to define a hierarchy as part of the import. I played with it once, but it didn’t work for us, since our field had multiple values allowed, and you can only define one separator (either for multi value or for hierarchy level, but not both). Multi-value was more important for us.
On the Advanced Settings doc page, search for the settings “Levels” and “Split_by”. Those were the two I used to define a multi-level dimension.
One reason the dimension is not expanding could be that there is a dot in the custom field name. This is a reserved MDX symbol and could be creating issues as described. Would it be possible to rename the custom field without the dot and try a full re-import of issues?
If this does not help, could you contact eazyBI support directly with report definition as well as advanced settings that you have defined?
I also noticed syntax problems in the calculated count member. You are using the Descendants(…) function that requires member and level, but you have provided a set as argument for it. Please try to modify the formula as follows (I have removed the dots here already):