Query Inline Fields inside Callouts

Things I have tried

Earlier I used to use callouts like this with inline fields

[!Success]- Cooking:: :white_check_mark:

Then query them using Dataview

What I’m trying to do

Recently I’m not to query them. It’s only working if use it like this

Cooking:: :white_check_mark:

i.e., I remove the text before the field.
Why is Dataview behaving like this all of a sudden now? Any fix as in my older files the fields are in callouts?

Dataview takes string before :: as the key/variable. So your key now becomes > [!Success]- Cooking

to overcome that, wrap it in either () or [] e.g.

> [!Success]- [Cooking:: true]

Replace true with any text or emoji.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.