Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Bug on a total ?

Hi!

 

I have this problem:


The auto total row on this table, and only for this column, show a number that is not correct. 


I'm probably not seeing the error in front of my nose, so anyone can help me?

Thanks

 

 

 

 

 

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi,
      this is the meaasure:

       IF (
              ISBLANK([CI_Iva]) || [CI_Iva] = 0,
              0,
              IF (
                  [CI_Incassato] + [CI_Dovuto] <> 0,
                  DIVIDE([CI_Incassato] * [CI_Iva], [CI_Incassato] + [CI_Dovuto], 0)
              )
          )
      THanks in advance, I will watch the video that you link


      Brunner_BI miTutorials 
    • Anonymous's avatar
      Anonymous
      Not applicable

      The tips in the video fix my problem, thanks for sharing.