Hello Team,
I'm getting a completely blank table (table widget) from a feature service (see attached pic). Does anyone experience this before?. All the other widgets (list, filters and charts) can read the values with no problem. The table is also capable of exporting all the values to a csv. Any suggestions!
Thanks!
JB
UPDATE- Problem Fixed!
Just an UPDATE for those who experience the same issue that I previously posted with the Exp. Builder table widget and blank records. The problem was related to the number characters in one the fields exceeding the default 255 character limit. I had a "select_multiple" field on a Survey123 form that the accumulated value of answers exceeded the 255 character limit. I'm not 100% sure if this was the problem but the table in Exp. Builder works after I increased the field length in Survey123<bind::esri:fieldLength> to 500 characters.
Thanks,
JB
Solved! Go to Solution.
UPDATE- Problem Fixed!
Just an UPDATE for those who experience the same issue that I previously posted with the Exp. Builder table widget and blank records. The problem was related to the number characters in one the fields exceeding the default 255 character limit. I had a "select_multiple" field on a Survey123 form that the accumulated value of answers exceeded the 255 character limit. I'm not 100% sure if this was the problem but the table in Exp. Builder works after I increased the field length in Survey123<bind::esri:fieldLength> to 500 characters.
Thanks,
JB
UPDATE- Problem Fixed!
Just an UPDATE for those who experience the same issue that I previously posted with the Exp. Builder table widget and blank records. The problem was related to the number characters in one the fields exceeding the default 255 character limit. I had a "select_multiple" field on a Survey123 form that the accumulated value of answers exceeded the 255 character limit. I'm not 100% sure if this was the problem but the table in Exp. Builder works after I increased the field length in Survey123<bind::esri:fieldLength> to 500 characters.
Thanks,
JB
Hey, this is solved but I've found another reason why the table might not display the attributes.
My issue wasn't a result of character lengths, but pop-up configurations.
Because pop ups weren't correctly configured to show the attribute fields for the feature, it resulted in an empty table. To fix it, I just enabled pop ups and ticked all the fields. The table then displayed the data.
Great job, mary2.
I was having this issue as well; and it was because I had custom expressions in my pop-ups and not the atomic fields. When I clicked on the atomic fields in the pop-ups, the fields displayed in table.
Another thing you can do is go into the Sheet Configuration > Configure Fields set to Customize, and pick the fields you want displayed.