cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
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.