frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Using the filter on the tabular view in the name column #116

Closed stevencox closed 5 years ago

stevencox commented 5 years ago

I get this exception

image

stevencox commented 5 years ago

Using this query:

select chemical_substance->gene->disease
  from "/graph/gamma/quick"
 where disease="asthma"
frostyfan109 commented 5 years ago

Weird. Some nodes must not have a node property.

Edit: Yep, some nodes don't have a name property. Apparently, the table viewer wasn't handling if an object didn't have the attribute that you were filtering.