Inês Santos,
Dynamice means: You have Prompt on report, based on selection, you want change/display Chart Title. Am I Correct??
To achieve this:
Templates Tab==>> Free-standing cells
==>> Blanck cell
In that, use UserResponse("Select Country") , Assuming prompt on Country.
Now it will show Title dynamically.
If you append anything/prefix.==>>
Create Variable:
Place the same code in that, like follows:
Var= "Chart for" + " " + UserResponse("Select Country")
Note: Your Prompt text and UserResponse text must same.
Hope you are looking for this...
Thank You!!
Sent from iPhone
I am assuming report title.
Can you achieve this by using free standing cell and IF condition.
Can you post your Q in more details with sample title based on condition.
Edited by: Kuldeep Chitrakar on Oct 12, 2010 1:20 PM
why you dont put a free standing cell and put any formula you want into it
and palce this standing cell above the chart.
the title text is always fixed
thanks
Amr
Add a comment