SureShotStrategies Blog

How to change Title logo based on user selected value October 24, 2008

Filed under: Uncategorized — sureshotstrategies @ 7:35 pm

Use Narrative view with formatting and then Presentation variable.

For Customer = AMERICAN EXPRESS

For Customer = FORD

First one here is TITLE view, tried using the presentation variable in Title View Logo but that didn’t

work. Second one is a narrative view with exact same HTML formatting as Title view, here pv work fine.

Here is the code(you can copy HTML from View Source). Put Narrative on the top and don’t use title view

<table class=”TitleTable” cellspacing=”0″ style=”” width=”100%”><tr><td class=”TitleLogo” style=”” rowspan=”4″><img border=”0″ src=”/analytics/res/s_oracle10/images/@{pvCustomer}.jpg”></td><td class=”TitleCell” style=”” title=””>Performance Summary – @{pvCustomer}</td></tr><tr><td class=”TitleNameCell” style=”” title=””></td></tr></table>

 

Leave a comment