Query Question
Open in chat • 3 posts (analysis)
• Page 1 of 1
-

Mercury - Storyteller
How do I select all races that are not a work in progress and not unvalidated?
I know how to select all races and how to select all wip, but I have no way of linking the two atm. If there is none, we should change our WIP data model, but if there is, I'd like to know since then I will be able to filter them in the builder queries. Same for unvalidated.
I know how to select all races and how to select all wip, but I have no way of linking the two atm. If there is none, we should change our WIP data model, but if there is, I'd like to know since then I will be able to filter them in the builder queries. Same for unvalidated.
See Query Examples.
The following can be seen in action over there:
The clue is the Page relation between the wip entry and the race page ^_^ Same goes for unvalidated. If the model for such an annotation does not yet have the Page_ref field, we should add it.
The following can be seen in action over there:
- Code: Select all
<table ?r>
?r is a: race
minus {
?w is a: wip
?w Page_ref: ?r
}
</table>
The clue is the Page relation between the wip entry and the race page ^_^ Same goes for unvalidated. If the model for such an annotation does not yet have the Page_ref field, we should add it.
-

Mercury - Storyteller
There is currently no such reference. I'll add it to the model
3 posts (analysis)
• Page 1 of 1
