January 25, 2018 at 6:08 am
Can anyone tell me why the below expression is reporting an incorrect % figure on my report
=ReportItems!YTLP.value + ReportItems!TSA.value / ReportItems!YT.value
Thought this would work but the result is massively out
Thanks in advance
Chris
January 25, 2018 at 7:30 am
are you trying to do =(ReportItems!YTLP.value + ReportItems!TSA.value) / ReportItems!YT.value ?
-------------------------------------------------------------------------------------------------------------------------------------
Please follow Best Practices For Posting On Forums to receive quicker and higher quality responses
January 25, 2018 at 7:34 am
Thanks Jonathan that was exactly what I was trying to do
🙂
January 25, 2018 at 7:57 am
cmw 66135 - Thursday, January 25, 2018 7:34 AMThanks Jonathan that was exactly what I was trying to do🙂
For more information on this error and to prevent it in the future, I suggest that you read about PEMDAS or Operators Precedence.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply