cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
saitcopuroglu
Level IV

JSL: Can I call data from another data table? Make formula calculations based on a different data table rather than the actual?

Hi All!

I need to report 3 different structured data tables (budget, income, crm) in one report which urges me to call data from 3 different data tables. Is it possible?

Let's say I need to make a formula ColSum of dt1,byvariable / ColMean dt2, byvarieble to beplaced at dt3 ?

1 REPLY 1
pmroz
Super User

Re: JSL: Can I call data from another data table? Make formula calculations based on a different data table rather than the actual?

If you need to make a column formula you could join the tables with the JOIN command.  Or update a main table with supplementary information from a secondary table using the UPDATE command.

Recommended Articles