Access Recordset data in javascript code
-
Hello,
I successfully imported a dataset via CSV to a recordset and now I want to search some values according to a town name that is in the first column.
I have tried to use a hidden DS control to filter the data using the condition
record[‘Municipio’]==fieldname53
but nothing was returned in the field (and it also messed up my dropdown structure showing all of them regardless of the fact that I had set their visibility in dependency of another dropdown).
Is there a way to search/reference these values using javascript in a calculated field? or do I have to do an intermediate step adding another DS field and then using its output as variable?
Thanks!
The topic ‘Access Recordset data in javascript code’ is closed to new replies.