Hi all,
How do I show the name of the context selected in a report so that next time when I (or end-users) refresh the report, they know which context they used.
Thanks for your help.
kashif
Kashif Saeed (BOB member since 2004-06-02)
Hi all,
How do I show the name of the context selected in a report so that next time when I (or end-users) refresh the report, they know which context they used.
Thanks for your help.
kashif
Kashif Saeed (BOB member since 2004-06-02)
Check out this technical paper from the Integra web site:
Dave Rathbun (BOB member since 2002-06-06)
Thanks Dave.
The document is awesome. Thanks again for your help.
kashif
Kashif Saeed (BOB member since 2004-06-02)
Dave,
Is it possible to create a data provider function which does that using VBA/SDK?
Just wondering if this kind of stuff can be done using VBA/SDK.
kashif
Kashif Saeed (BOB member since 2004-06-02)
Sort of. You cannot provide a function that is called from a report variable forumula. But you can create VBA code that updates a variable formula to something like
="Your Code Here"
Simply replace “Your Code Here” with VBA and you have a way to update a report “value” via VBA.
Dave Rathbun (BOB member since 2002-06-06)
Dave, the link to this paper is not active anymore. I’d be interested to read it though, is it still available anywhere?
Corné
cvdwegen (BOB member since 2006-06-28)
Look in this section of the Integra Solutions library page:
http://integrasolutions.net/library_downloads.htm#reporting
Look for the article titled “Denoting Contexts on a Report”
Dave Rathbun (BOB member since 2002-06-06)
Ok, found it. Thanks, Dave
cvdwegen (BOB member since 2006-06-28)