Hi folks hope someone can help,
I have created a table which based on the user, filters and displays their items.
I have an expression len({../BreakpointContainer/Table.props.filter.results.data}) which gets the amount of rows filtered per user, this then makes visible the right amount of charts containing the user previously entered values.
I was using a dropdown box during development to allow selection of different users. This was working until I tried to bind the props.filter.text field of the table to the session.props.auth.user.userName.
The userName passed back is correct (I have it showing in a label) and the table is filtering the right amount of items for that user.
The problem is that the expression to read the length of returned rows is reading zero until I click on the Item column in the header. Then the expression works and everything populates.
(when I click on the table header)
Would anyone know why the expression is 0 until I click on the table header.
I am using Version: 8.1.35
Regards
Richard