Select to view content in your preferred language

Table widget in Exp. Builder not displaying values...a Bug?

1678
4
Jump to solution
05-03-2023 07:28 AM
JoseBarrios1
Frequent Contributor

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

tablePic.png

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

0 Kudos
1 Solution

Accepted Solutions
JoseBarrios1
Frequent Contributor

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

View solution in original post

4 Replies
JoseBarrios1
Frequent Contributor

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

mary2
by
New Contributor

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.

CapeCodCommission
Emerging Contributor

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.

0 Kudos
Amarz
by
Frequent Contributor

Another thing you can do is go into the Sheet Configuration > Configure Fields set to Customize, and pick the fields you want displayed.

0 Kudos