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 Chriss Miller 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. BobWard

    Independence/co-dependence in the BO suite

    All products excepr email publisher use the same repository. Broadcast Agent is only required if you plan to schedule the refresh/distribution of reports. infoview is a module of webi so is required. Althoufh licenseing is eith on a server basis or named user basis.
  2. BobWard

    Duplicate Row

    I recomend the slution by Gkar.
  3. BobWard

    Concatenating two integers

    FormatNumber(Dimension,"0") is what you need to use.
  4. BobWard

    Choosing a business intelligence software

    Choose Cognos at you r own peril, the product set is disjointed and requires IT skills to use. Take a lok at BusinessObjects a more complete and compact solution that which can empower the business to build reports and adhoc queires. Cognos does have better olap support but thats about it !!
  5. BobWard

    horizontal bars on graphs instead of vertical bars

    You can if you really want to. Its a bit of a frig using a table as BO does not support charts. Heres what you do. Create a column with the definition = fill("g",Name of Measure) You should get a number of 'g's represented in the cell. If you then format this cell using the...
  6. BobWard

    display query condition and document filter

    you can use values entered as prompts using the UserPresponse() function but you can not use the filter values
  7. BobWard

    How to use a defined detail variable in a condition

    Not sure i fully understand your problem. Can your not do something like Posting Date >= currentdate -30 ??
  8. BobWard

    Data won't show?! - Bug?

    Brian, I really do have to ask. What report could possibly require 100 data providers, surley there is a better way of doing what you want. Maybe in the database ? Is it grouping data that is causing you to create 100 data providers ?
  9. BobWard

    Development and Production Environment Configuration

    I would advise you to have one security domain and then a universe and report domain for each scenerio you want to support, so from what you say above have 2 uninverse domains and 2 document domains. do stay away from linked universes though if you are going to use multiple universe domains.
  10. BobWard

    I want to implement BO in my orga

    Both products run on desktop pc. I dont know what the exact recommended spec but a pentium with 64 mb of ram will do it. You need to look at server if you want to implement BroadcastAgent (scheduler) or Web Intelligence(Thin Client)
  11. BobWard

    Could someone please give me some advice on filters+ranking?

    Right then Dunc. I understood that sums and percentages worked on the filtered values, i.e. for each country but you seem to be saying otherwise. Anyway you want to look at the syntax you can use in the variable editor for the sum function. You will be able to create a variable to calculate...
  12. BobWard

    Business Objects SDK Implementation

    info-portal is such a solution that does that, its front end can also be heavily customised to integrate with your applications. It has been put toether using the SDK so if your after a quick solution take a look at blueedgesoftware.com . We currently integrate info-portal into one of out...
  13. BobWard

    I WANT YTD,QTD IN BO REPORTS

    It all depends on the objects you have to work with, ideally your it dept would set up YTD, QTD and MTD measures for you so the report creator could just drag and drop. if this is not the case then you will have to create variable to compare the month name/numbers if its in the quarter then...
  14. BobWard

    Show multiple fields with @prompt but only use one within query

    Use the customer number object in the condition. Edit the list of values for the object and add the customer name object to the list of values for the customer number the prompt will then show you both name and number, but use the number in the sql
  15. BobWard

    Installing Supervisor after WebIntelligence....?

    No problem, you could also put it on another machine if you wanted
  16. BobWard

    Business Object in General

    BusinessObjects is by far still the leading product in the query reporting field but is weaker in the information delivery market. However a third party product info-portal makes up for this weak area by adding extra value to output generated from BusinessObjects. Its worth considered a...
  17. BobWard

    BO 5.1.1 / Oracle 8.1.7 Stored Procs Modifying DB

    ajmcgarry: I think you may need personnal connections not secured ones.
  18. BobWard

    Can I display Run-time values in the report?

    Dont see why not. You can define objects which call stored procedures, passing parameters. If you define the object and use the @Prompt function with the same text as the prompt in the report as the parameter to pass it should do the job. Could an object not just return the text description...
  19. BobWard

    Using non-universe parameters

    This all depends on your dat structure. How do you tell if a memebr is current, previous ? Do you have a flag against each member ?
  20. BobWard

    Can I display Run-time values in the report?

    Use the UserResponse function to create yourself a variable. something like = UserResponse(NameofDataProvider,"Enter Start Month") You can either hardcode the NameofDataProvider required for parameter1 or user the DataProvier function to return the name of the data provier based on a...

Part and Inventory Search

Back
Top