Forum Discussion
AlejandroPCar
9 years agoHelper IV
DIVIDE does not show the value
Hi! I have these problem. Im using DIVIDE and these is the result: First I have two values for Eslovaquia in two dates and the result is right. But in the second, I have only on...
- 9 years ago
Hi AlejandroPCar,
Did you mean the blanks? Maybe you could try to add one more parameter to "divide".
Exportaciones Variacion % = DIVIDE ( [Diferencia]; [Exportaciones II]; 0 )
Best Regards!
Dale
AlejandroPCar
9 years agoHelper IV
Hi Anonymous
Thanks for respond!
I dont have blanks in my exportaciones columns. Some years there are some countries and other years could be the same or others contries, but I dont have all countries all the years.
Anonymous
9 years agoNot applicable
No problem.
I think you need to add some conditions to your calculations then. If exportaciones is blank, then it's dropped with 100 percent, and don't calculate if exportaciones is blank, because it will yield the result infinity.
You can try to show me your measure and how your data is stored. Then I can help you make the right measure.