Dataview Checkbox?

hello,

i have a question for the professionals here :slight_smile:

in my dataview output I have a setting (status as checkbox in properties).

in the output, however, a true appears if the checkbox is activated and a false if it is not selected.

is there a way to get an icon here?

i would like to use a text field instead of a checkbox in the properties.

maybe there is a way?

```dataview
table WITHOUT ID link(file.path, dateformat(file.day, "cccc, dd MMMM yyyy")) as "Rechnungsnummer", dateformat(Bezahlt, "cccc, dd MMMM yyyy") as "Beglichen am:", Status
from "Rechnungen" 
where !contains(file.name, "Rechnungen")  
 
sort bezahlt asc

A solution can be found here:

2 Likes

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