Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vandrecarlos
Contributor III
Contributor III

Error Converting a Table to Graphs

Hello,

 

I'm having an issue during the conversion of a measure that works on his minimum level to a graphic where I want to group them.

 

That is the measure:

 

IF((MAX([Data doc.faturamento p/índice de docs.faturamto.e impressão - (VBRK-FKDAT)]))>=(TODAY()-120),'ATIVO','INATIVO')

 

And I have these two that are just the separation of "Ativo" and "Inativo"

 

Ativo:

IF((MAX([Data doc.faturamento p/índice de docs.faturamto.e impressão - (VBRK-FKDAT)]))>=(TODAY()-120),COUNT(distinct([Cliente emissor da Ordem de Vendas - (VBAK-KUNNR)])),'0')

 

Inativo:

Count(distinct([Cliente emissor da Ordem de Vendas - (VBAK-KUNNR)]))

-

IF((MAX([Data doc.faturamento p/índice de docs.faturamto.e impressão - (VBRK-FKDAT)]))>=(TODAY()-120),COUNT(distinct([Cliente emissor da Ordem de Vendas - (VBAK-KUNNR)])),'0')

 

When I have the dimension set as "Cliente" I can count the number of registries and see how many "Clientes" I have on "Ativo" or "Inativo", but I cant group them by Estate.

 

If I select State as my major dimension on a graphic the data is displayed summarizing all the registries considering just the recent date on the state and not counting the dates separatedly.

 

Can you guys help me?

 

Thanks!

 

Labels (2)
1 Reply
Channa
Specialist III
Specialist III

may be in your data model Estate is not related to other two dimensions

Channa