misunderstanding:
I suggested to just use that EXAMPLE method to write a HTML structured table.
Variation is in the SQL statement that you pass to it
ClassMethod any(sqlStatement as %string) As %Status {
set query = ##class(%ResultSet).%New() ,
sc = query.Prepare(sqlStatement)
......
}- Log in to post comments
.png)