Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lennondad

    ExecuteBScript - can i use variables?

    Turns out this is a stroll in the park. Simply create the string which should be processed by ExecuteBScript in the javascript, and pass this on the call i.e. vBScriptCall = "process section root.'"+vQueryToProcess+"'" Application.ExecuteBScript(vBScriptCall).
  2. lennondad

    ordering columns in a pivot

    Assuming you are using Brio 6.5 or above, you should be able to use some Javascript on the Postprocess() method to apply the sort to the Pivot. e.g. ActiveDocument.Sections["Pivot"].SideLabels["Dummy"].SortByLabel(bqSortAscend)
  3. lennondad

    ExecuteBScript - can i use variables?

    All, I'm trying to use: Application.ExecuteBScript("process section root.'Query'") to process from an EIS screen, however I have prototyped this and it seems that I need to hardcode the query section name. Does anyone know if i can use variables in this? (i have over 50 query...
  4. lennondad

    Forcing ODS connection from Insight for a local bqy file

    Hi, I have a series of Brio documents which are contain a 'Build Query' EIS screen used for generating queries by users of my system. The users need to be able to save these files locally, saving any limits, formatting charts etc that they may have created. They also need to be able to...

Part and Inventory Search

Back
Top