Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have a gauge chart and text object operating with the same formula. The text object always shows the correct information, whilst the gauge chart is erratic and doesn't always display the same value that is shown in the text object.
Has anyone come across this problem and have a solution to it?
TIA,
Lance
Lance,
I assume the answer is "no", just to make sure - are there any dimensions in the gauge chart?
Confirm that your gauge chart expression is an aggregation function, not just a field reference. Can you post the expression used in both objects?
-Rob
Rob, thanks for you response. This is the code for both fields:
=
sum(if(DEPTNO=4,[TOTAL SCRAP LENGTH],[TOTAL SCRAP UNITS]))/
sum(IF(DEPTNO=4,[TOTAL SCRAP LENGTH],[TOTAL SCRAP UNITS]))+sum(IF(DEPTNO=4,[TOTAL GOOD LENGTH],[TOTAL GOOD UNITS])))
Lance
Nothing is jumping out at me. Can you post the qvw (or some data) as well?
-Rob
Lance,
I assume the answer is "no", just to make sure - are there any dimensions in the gauge chart?
Michael hi,
Thank you very much! Yes, there was a dimension in the gauge chart which caused this problem.
All the best,
Lance
Rob hi,
Thanks for your efforts to help out here. I had a dimension in the gauge chart which caused this problem.
Lance