Forum Discussion
pfbrp
1 year agoFrequent Visitor
Table.SelectRows on Sql.Database
The Soruce is an Sql.Database() returning a table of tables accessible through the [ Data ] column. Some of those tables return data, but some are either empty or denying access. I want to have a p...
Akash_Varuna
1 year agoSuper User
Hi pfbrp you could try simplifying the query and try this please as your query is evaluating the whole table on try....otherwise
Table.SelectRows(
Source,
each
try Value.Is([Data]{0}, type table) otherwise false
)
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance