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
Muhammad Ikhwan Afiq bin Azmir
1 answers
0
Why do you want to get the calculation from a different database? There are two options;
do it really via this other database by executing a query in the other database via the database connector module available in the marketplace
expose a webservice on top of this database that can be called by Mendix to get the calculated value.