Make calculation from different database

0
Hi guys, Anyone know how to make a calculation from different database? I have a set of values that has been setup in master data, and i want to make calculation for the set of data.  For example, this is master data, i have set the details for description.   When I want to key in the score, i want it auto calculate, but it from the database, not between association. My configuration in Mendix Studio,  
asked
1 answers
0

Why do you want to get the calculation from a different database? There are two options;

  1. do it really via this other database by executing a query in the other database via the database connector module available in the marketplace
  2. expose a webservice on top of this database that can be called by Mendix to get the calculated value.


Good luck!
 

answered