Hi,
I need to make the title of the chart dynamic by showing the User entered variable value + fixed text. Say if the user enters Model (LD) then my title for the graph should be 'LD FFV Graph'.
I was able to modify the title by setting the webtemplate parameters for Chart item and by changing the XHTML code as shown below.
<bi:TITLE path="DATA_PROVIDER:DP_1?/BICS_VIEW/SELECTION_STATE/SELECTION/CHARACTERISTICS/CHARACTERISTIC[@name='0MATERIAL__ZARC_MOD1']/SELECTIONS/SELECTION[1]/MEMBER/" />
But I was not able to concatenate the fixed text (Eg. FFV Graph) and variable value(LD) into the chart title (LD FFV Graph).
Please help if you came across similar requirements.
Regards
Karthik Muthyala