How to find words in "Description" field?

Hi!

I’m trying create a measure which will help me with searching words in “Description” field
I’ve made a measure which can find words in “Summary” field, but function “GetString” doesn’t show me the “Description”.
You could see that on screenshot

Does EazyBI have the ability to search for words in the Description field?

Hi @agreg,

Please see the following post that has a similar question - Report based on Issue Description.

Additionally, I don’t recommend defining aggregations in the Issue dimension. This dimension usually contains the most members, and aggregations would be time and resource-demanding. Consider a JavaScript calculated custom field to group the issues by some information in their description.

Best,
Roberts // support@eazybi.com