Help with a template
I have a custom column with decimal numbers for the book grade.
I would like to make a column that depends on it to tell me if all the data in the book is complete, if the decimal column has the column heading "V. Decimal" and the query name # gr1.
What should the template be like?
I tried with program: test (select (field ('V. Decimal'), '<> "0"'), 'Yes', '')
|