Hi,
I am stuck with the following (most probably simple) problem -
- I am getting a records list of a table
- I am filtering the list acc to 3 criteria (name, type, date)
- this all works fine, I log a correctly filtered object in the console
- then I want to get the value of the column with the name „tac_descr“ (variable set at the beginning of the script) of the found object/row.
- This should be done in the „active_descr“ definition
- Pls see the error in the console; no clue what is wrong; I have the correct object filtered (active_immo_tacs) and I just want to display the cell value of the column „tac_descr“ of „active_immo_tacs“.
Could anyone pls help me on that? thank you very much - I am now trying to solve this since hours…