Oct 28th, 2014, 1:55 AM
Hi,
maybe more in general: what Smarty code should I use to put the value of column FIELD1 from table TABLE1 into VARIABLE1? I'm struggling with extracting a field value into a variable.
Thanks, Freek
maybe more in general: what Smarty code should I use to put the value of column FIELD1 from table TABLE1 into VARIABLE1? I'm struggling with extracting a field value into a variable.
Thanks, Freek
(Oct 25th, 2014, 7:50 AM)janssenf Wrote: Hi,
in one of my tables PERSONALCOACH in my database I have the following 2 fields:
- fldEmail
- fldStillActive
What code should I create in a Custom Field (type: dropbox) which filters out all records which match the email field of the Account table with mentioned PERSONALCOACH.fldEmail AND where PERSONALCOACH.fldStillActive = TRUE?
Thanks for your help.