Olá, sou novo no EazyBi, gostaria de extrair um número específico dos nomes das Issues mas não está funcionando.
Este código: “/\d{11}/gm” funciona em regex, mas não consigo adaptar para o EazyBI.
Preciso de um campo que exiba apenas o que está selecionado em vermelho.
Podem me ajudar?
Hi @Gustavo_Mariano
When using the Issue dimension in Rows, you can define a new calculated measure in the Measures dimension in Columns with the following formula that uses the ExtractString function:
ExtractString([Issue].CurrentHierarchyMember.GetCaption,"\d{11}")
This should return eleven sequential numbers from the name of the Issue.
Let me know if this works as expected!
Best regards,
Nauris / eazyBI support