cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
rbfinner
Level III

Graph Builder Caption Box "% of Total" is incorrect

Hi, 

In graph builder, the Caption Box "% of Total" metric is not calculating correct values.

Values generated from Tabulate (inset below) are correct. I've highlighted just a few of the discrepant values.

rbfinner_1-1743530466319.png

 

Same result on JMP16.2 & JMP17.2. 

know bug or something new? Can you please review? 

Sample data attached. 

 

Thanks, 
Ray


 

1 ACCEPTED SOLUTION

Accepted Solutions
shampton82
Level VII

Re: Graph Builder Caption Box "% of Total" is incorrect

Hey @rbfinner ,

It is because you are returning the % of the total amount of Y-Parameter in graph builder vs the Qty of the X-Parameter vs the total number of rows in the tabulate.  If you add the Y-Parameter to tabulate you will see the difference.

shampton82_0-1743535699173.png

In the caption box control panel turn off the caption box respecting Y (Y-Parameter) and you will get Graph Builder to match tabulate.

shampton82_1-1743535757860.png

 

 

Steve

View solution in original post

2 REPLIES 2
shampton82
Level VII

Re: Graph Builder Caption Box "% of Total" is incorrect

Hey @rbfinner ,

It is because you are returning the % of the total amount of Y-Parameter in graph builder vs the Qty of the X-Parameter vs the total number of rows in the tabulate.  If you add the Y-Parameter to tabulate you will see the difference.

shampton82_0-1743535699173.png

In the caption box control panel turn off the caption box respecting Y (Y-Parameter) and you will get Graph Builder to match tabulate.

shampton82_1-1743535757860.png

 

 

Steve

rbfinner
Level III

Re: Graph Builder Caption Box "% of Total" is incorrect

@shampton82  -  

So not a bug but user error, mis-understanding on my part of how "% of Total" works.

With y-parameter checked it appears to be: sum(y-parameter values, per factor)/sum(all y-parameter values);

With y-parameter un-checked its more like: N(values, per factor)/N(all values) - which is what I was looking for initially.

 

Thank you for the correction.

Ray

Recommended Articles