Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When i selected in filter e.g Month,Year,In chart the title changes based on selection?How can i achieve this.???
Use the same Expression in "Label" option for your expresion
Mr robert is correct
Hi,
Try like
In General tab->Window Title->write
='Month : '& MonthField & ' Year : ' & YearField
or
In Caption tab->tick on show caption->Write Title Text
Regards