I’m using writer with database fields quite often but somehow from version to version the conditional text fields referencing a db field is not working any more.
Example:
- registered db name: mydb
- db name in mysql backend: crm
- table name: offers
- column name: gender
when drag&drop from the datasource table the column into the writer text I can fill the column values from a selected row to the fields. The field for the dropped column is references as mydb.crm.offers.gender
.
In previous versions I was able to use conditional text fields e.g. to generate salutation dynamically based on the db field gender EQ "m"
then use Mister
else Madam
.
In later versions I had to change the formular to crm.offers.gender == "m"
but in version 7.5.3.2 the conditional text field always validates to TRUE (Mister
).
Is this feature broken or has the syntax changed (again)?
Thanks!
btw: nowadays it would be much nicer to have a REST data source instead of a jdbc db source. Maybe someone is already working on something like that?