Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Value of TextItemHandle
akao
Hi,
I use an TextItemHandle.
In this setContent i put the pageNumber property, and i choose like contentType html.
But I want have the value of my TextItemHandle.
But when i am doing textItemHandle.getContent, i have :
<value-of>totalPage</value-of> and Me I want the value, not property
Can you help me ?
Thanks
Find more posts tagged with
Comments
bhanley
Where are you trying to access this? The Value-Of tag is not resolved and processed until the output i rendered. You are getting the actual value of the Text Item at the time you request it.
If you want to have access to some string or piece of data throughout your report, have you considered setting a persistent global variable in order to make the "thing" you need available across all the different report components?
akao
HI,
Thanks for your answer.
I try an persistent global variable but I don't have an IreportContext.
When I created an IReportContext Variable, it was always null
How to have an IReportCOntext ?
Thanks
bhanley
Where are you trying to access (set/get) the variable? In an report-based scripting event or within a complex Java Object bound to an event?