Hi All
I’ve created a page, with a table, which is displaying data from my collection via a dataset.
The issue I have is, in the event that there is NO data to display in the table, the page doesn’t load at all - instead it shows an error. This is the page:
https://belazarusalith.wixsite.com/website/members-6/newapps
If there are records / data in those fields though, the page does load just fine.
I want the page to load and display the “Empty” table, even when there is no data to display - rather than showing an error. There must be some code I can add, to prevent the error from loading, and just display the blank table?
Thank you!
Tom
Anyone know how I can prevent this error from appearing? Thanks
Still hoping to get some assistance with this one, I feel like there should be an easy solution
Anyone know how i can fix this? thanks
Hey all - I’m still stuck with this. I just want my page to load, even if the “Table” has no data to pull / display. Anyone know how?
Hi all, is anyone able to help with this?
Hey guys, still stuck with this one, anyone got any ideas?
Perhaps not enough informations?
What do you have?
Yoh have a table connected via dataset to your data-collection.
What happens?
NO data —> means —> you have absolutely no entries in your datacollection?
But though you want show the table?
Hi Russian, yep you’ve summed it up nicely.
I have a table that is linked to my collection via dataset, with a filter which says show only records with “X” in the field. But if there are NO records with such, rather than showing a blank table, it just shows a page error entirely. I want teh table to show, even though there are no records.
Ohh ok, i think i had once the same problem (and i also used an —> “X” to fill the fieldvalue in my collection.
try to play with ----> undefined , this could be the key to your solution.
or also try…
= null
or
=“”
or
=0
or
=“undefined”
or
=undefined
I hope you know what i mean.
@russian-dima Thanks Russian, i’m not entirely sure what you mean, or how I should use those functions.
To give a bit more detail. In my table, I have applied a filter that says, only show all the records, where “New Recruit” is the value in the “Rank” field. This way, the table will only show all my users who are “New Recruits”.
However, if I don’t have any users with the New Recruit rank, the whole page does not display and I get that error. However I want the page to still load, and show the table, even though it will be empty.