Custom Fields in Reports

Custom Fields in Reports

Comments

  • For a FlowInlineField, I would like the ability to return more data types than only a String. I tried returning an Integer or a DateTime and I was not able to do so. In being limited to only outputting a string, I am not able to sort by integer on the field in the report. Instead, it does a sort by the string which is confusing to the user considering the context of the field is a calculated age.

  • Flow inline fields are designed for text merges, but in order to pass other data types along with the data from that report, you can create a flow-sourced report that gets its data from a SQL query, another report, or with a fetch entities step. In a reporting data flow, you can manipulate data, add calculated fields, and display it as a customized report. [url=https://documentation.decisions.com/docs/using-flow-source-report]Flow Sourced Reports[/url]

Sign In or Register to comment.