We are using eazyBI REST APIs import for pulling JSON bug data.
We want to calculate the count of reporter and such fields, based on strings in those fields. Below solution works fine, but, we feel it is slower to calculate. Any better suggestions to make it faster:
However, such a change could make the formula just slightly faster.
A more effective solution is to implement a hierarchy in the data source. You can use the custom Javascript to extract the domain as another column and then build hierarchy in the Reporter dimension. I added following lines in my example:
My example Javascript code expects that your data source contains the emailAddress column. Therefore, you should check the column name in the data source and match the Javascript code.
Please, send a request to our support email should you need further guidance.