Skip to content

Commit

Permalink
ODFQMMGR-576: The field Exchange rate — Rate is not queryable in the …
Browse files Browse the repository at this point in the history
…Query Builder
  • Loading branch information
kjain110 committed Nov 13, 2024
1 parent 5c33d17 commit 4a9df3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
isIdColumn: false,
queryable: true,
visibleByDefault: false,
valueGetter: ':sourceAlias.exchange_rate',
valueGetter: "(:sourceAlias.exchange_rate)::float",
valueFunction: '(:value)::float'
},
],
}

0 comments on commit 4a9df3d

Please sign in to comment.