Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a chart object and in the Window Title I have Text That Reads "Sales By" and would like to include the selected "Date Dimension"
How do I set the Window Title to autoupdate and include the selected date.
The window title can be an expression so you can have something similar to:
='Sales By' & GetFieldSelections('Date Dimension')
The window title can be an expression so you can have something similar to:
='Sales By' & GetFieldSelections('Date Dimension')