Renders all query result values concatenated as a plain processed text string, with output format controlled by Param3.
LIST — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param3 controls how values are formatted:
| Param3 | Effect |
|---|---|
direct |
Values passed through process_text as-is. |
in |
Square brackets replaced with parentheses (SQL IN (...) format). |
| (default) | Quotes and brackets stripped; process_text applied. |