cancel
Showing results for 
Search instead for 
Did you mean: 

Webi chart with dynamic title

Former Member
0 Kudos

Dear experts,

Is it possible to have a webi chart with a dynamic title? Have you ever seen it/done it?

If you have could you explain to me how's that done.

Thanks in advance,

Inês Santos.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Done!

Thank you.

Inê

Answers (2)

Answers (2)

amrsalem1983
Active Contributor
0 Kudos

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

former_member207342
Contributor
0 Kudos

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