Skip to content

Commit

Permalink
Report Grid: derived cols
Browse files Browse the repository at this point in the history
#CTCTOWALTZ-2558
finos#6221
  • Loading branch information
db-waltz committed Sep 12, 2022
1 parent 87bd043 commit fef1c0f
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ public Optional<ReportGrid> getByIdAndSelectionOptions(

LOG.info("ReportGrid - getting by ID={} SelectionOptions={}",id,idSelectionOptions);

// col | match | text | optionText | optionCode
// EXPRESSION | null | "Not Provided" | "Not Provided" | "NOT PROVIDED"
// EXPRESSION | =="Yes" | "Yay" | "Yup" | "Y"
// EXPRESSION | =="No" | "Nope" | "No" | "N"




ReportGridDefinition definition = ImmutableReportGridDefinition
.copyOf(reportGridDao.getGridDefinitionById(id))
Expand Down

0 comments on commit fef1c0f

Please sign in to comment.