OpenURLInlineField Dynamic Display Text
I have an OpenURLInlineField calculated column and a boolean column in a report. Is it possible to have the URL column display text based on the boolean column being true or false?
So, if the column is true, then the URL column will display "Open in new window".
If the column is false, then the URL column will display nothing.
Comments
-
You can use a RunFlowInlineField on your report to run a flow that checks if your boolean column is true or false using a rule, then outputs a string that is either blank or contains your text "Open in new window".
Before this rule in the flow, place a Get Cell By Name step to get your boolean row, and pass the output of your rule to the end step, ensuring your flow is set to Report Inline Field Flow behavior type.
This string output can then be passed in your report to your OpenURLInlineField column.
Using Flow Inline Fields to Extend Report Data
https://documentation.decisions.com/v9/docs/using-flow-inline-fields-to-extend-report-data
Calculated Column Overview
https://documentation.decisions.com/docs/calculated-column-overview
Howdy, Stranger!
Categories
- 4.3K All Categories
- 74 General
- 13 Training
- 206 Installation / Setup
- 1.1K Flows
- 110 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 709 Forms
- 344 Reports
- 3 Designer Extensions
- 48 Example Flows
- 57 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 58 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions