I have a textarea where user can create a dynamic formulas using dropdown lists(for operators, variables etc) like this:
basic / workingDays * attendingDays
where values of basic
, workingDays
, attendingDays
are saved in database. I want to map these variable from database during runtime. How can I do this.