I’m trying to get a NPC note to show Quest that only that NPC gives in dataweiw.
I want it to work with my template, when i press a button for new NPC it create a new “NPC rename me” so when i change the name on the note i dont want to edit every Datawiew everytime
I’ve tried to use WHERE and this.file.name and did not get it to run how i want. Either showing all #quests or errors, I’ve tried adding Questgiver to where or from did not get it to work.
Hope you understand what im after thanks in advance
Thanks that did it i did go for file.link
but if i wanted to have multiple questgiver to the same quest do i just have to input more in questgiver? or does that messes things up?
How do i get the datawiew to show the linked Notes in Questgiver from this note?
im i on the right track or do i think all wrong?
and i only want the NPC in this quest and no other
How do i get the datawiew to show the linked Notes in Questgiver from this note?
You were close. Just two changes: (1) Let Dataview know you mean this note’s questgiver instead of the queried note’s questgiver, which doesn’t exist. (2) Change name to link. That gives you:
WHERE this.Questgiver = file.link
but if i wanted to have multiple questgiver to the same quest do i just have to input more in questgiver?
If you make Questgivers a list-type property like this: