Error received - Filter error: Syntax error in filter expression.
Thank you.
Mark S.
unread,
Nov 27, 2018, 8:52:56 PM11/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Seems to work perfectly when I try it. Maybe a screen shot of your actual invocation and result??
Good luck
-- Mark
SteveH
unread,
Nov 27, 2018, 10:20:41 PM11/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks Mark,
The macro implies there are 1xtiddlers tagged with each intersection at the grid (when there's is no such match). When I click on an intersection I get the error.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Still seems to work for me. I'm guessing that we would need to see your data. You could export it to a JSON file. Using the Filter tab of the advanced search, you can use the emergency export system. That is filter:
[!is[system]!sort[modified]limit[25]]
where you adjust the limit[25] until you have all tiddlers. Then export to a JSON and post here again.
Good luck! -- Mark
SteveH
unread,
Nov 28, 2018, 7:14:27 PM11/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Mark,
Thank you for the tip - havn't used the exporter before.
I transferred the tiddlers (via your suggested JSON file) to an empty TW5 file and the Grid Macro worked. Must be a conflict with the plugins I have in my other file. I'll try to isolate it.