📁 Reference
Report

report

ensure

Terminal
ensure report ReportName kind:"..."

kind : composite | mapper | plugin | query | spreadsheet

remove

Terminal
remove report ReportName

update

composite

Terminal
update report ReportName name:"Symbol"
update report ReportName label:"null | @null | @empty | text"
update report ReportName description:"null | @null | @empty | paragraph"
update report ReportName filterTags:"..."
update report ReportName inputForm:"null | Form"
update report ReportName outputForm:"null | Form"
update report ReportName mergeReports:"null | @empty | Report1, Report2, ..."

filterTags : null | @empty | FilterTag1, FilterTag2, ...

mapper

Terminal
update report ReportName name:"Symbol"
update report ReportName label:"null | @null | @empty | text"
update report ReportName description:"null | @null | @empty | paragraph"
update report ReportName filterTags:"..."
update report ReportName inputForm:"null | Form"
update report ReportName outputForm:"null | Form"
update report ReportName mappedReport:"null | Report"
update report ReportName saveToSpreadsheet:"null | Spreadsheet"
update report ReportName inputFormMapping:"..."
update report ReportName outputFormMapping:"..."

filterTags : null | @empty | FilterTag1, FilterTag2, ...

inputFormMapping : null | Variable of type: mapping | Variable value of type: mapping

outputFormMapping : null | Variable of type: mapping | Variable value of type: mapping

plugin

Terminal
update report ReportName name:"Symbol"
update report ReportName label:"null | @null | @empty | text"
update report ReportName description:"null | @null | @empty | paragraph"
update report ReportName filterTags:"..."
update report ReportName inputForm:"null | Form"
update report ReportName outputForm:"null | Form"
update report ReportName pluginName:"entPlugin"
update report ReportName pluginApi:"pluginApi"
update report ReportName inputFormMapping:"..."
update report ReportName outputFormMapping:"..."

filterTags : null | @empty | FilterTag1, FilterTag2, ...

inputFormMapping : null | Variable of type: mapping | Variable value of type: mapping

outputFormMapping : null | Variable of type: mapping | Variable value of type: mapping

query

Terminal
update report ReportName name:"Symbol"
update report ReportName label:"null | @null | @empty | text"
update report ReportName description:"null | @null | @empty | paragraph"
update report ReportName filterTags:"..."
update report ReportName inputForm:"null | Form"
update report ReportName outputForm:"null | Form"
update report ReportName fromSpreadsheets:"..."
update report ReportName neoQL:"null | @null | @empty | neoQL code"

filterTags : null | @empty | FilterTag1, FilterTag2, ...

fromSpreadsheets : null | @empty | Spreadsheet1, Spreadsheet2, ...

spreadsheet

Terminal
update report ReportName name:"Symbol"
update report ReportName label:"null | @null | @empty | text"
update report ReportName description:"null | @null | @empty | paragraph"
update report ReportName filterTags:"..."
update report ReportName inputForm:"null | Form"
update report ReportName outputForm:"null | Form"
update report ReportName fromSpreadsheet:"null | Spreadsheet"
update report ReportName filterCondition:"..."
update report ReportName outputFormMapping:"..."

filterTags : null | @empty | FilterTag1, FilterTag2, ...

filterCondition : null | Variable of type: condition | Variable value of type: condition

outputFormMapping : null | Variable of type: mapping | Variable value of type: mapping

print

Terminal
print report ReportName