Named query column as a text field in Perspective

Good morning,
I still crashing into walls while trying to learn about this enviroment. Perspective seems to be very powerfull but I am missing some options which in "Reports" enviroment are quite easy.
I just want to use the columns of a Named Query (1 row) as a Text Field and update it periodically.

How can I pick this values without headers?
Seems more difficult than it seems...

Thank you

You use an expression binding. There, you are allowed to provide row and column subscripts to a reference containing a dataset. Something like:

{path.to.dataset.prop.or.tag}[0,0]

The column can be given as a quoted column name, too.

1 Like

Thank you, so simple!!