Hi, I’m trying to create a note that includes 4 buttons and a dataview table
This table is sorted according to which button is pressed.
The idea was to use the button to change to line x of the dataview query the line containing the sort command, with the following sequence:
```button
name Azienda ↑
type line(70) text
action SORT company asc
replace [70,70]
templater true
Unfortunately, it doesn’t work.
best regards