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 TouchToneTommy 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. webi2002

    Hiding columns in a tabular report

    You can try to simplify things by resolving it on the cube level, hence resolving it at the Universe level, there by avoiding complications at WebI or ZABO clients. "If you think you can't then you can't. If you think you can you might just be able to."
  2. webi2002

    Deployment of Stored Procedures for BO

    A concern came through the server end..... If it is deployable on InfoView.. Does the platform it resides (Windows / Unix) matter? In other words will it work on Windows and Unix by just placing the "xdac" files?
  3. webi2002

    Deployment of Stored Procedures for BO

    Point taken, and as an added bonus, once the locdata files are passed to each WebI server, does this mean that Zabo users will be able to refresh the reports from their machines? or would we have to pass the same files to those users? Thanks.
  4. webi2002

    Deployment of Stored Procedures for BO

    Currently have an assignment to use stored procedures to retrieve pre-calculated data from the Database. I have created the local connection to the database, I have rights from supervisor to call stored procedures, and I'm getting the desired result sets for the assignment, however I'm looking...
  5. webi2002

    Error when using date as condition

    First check on the Universe to see if it is a date column, or date with time stamp. Second, if it is a time stamp, then you should check on the query so that it reflects the time stamp. A way around it, is that if it is a time stamp, you can create an object in the universe that only picks the...
  6. webi2002

    Security Help

    Problem solved....
  7. webi2002

    Column names not showing up in Designer

    I had a similar problem but with DB2 and MS Sequel Server, and the solution was permission from the server side. We as BO users had "Select" rights, but no Structure viewing privileges. You might also want to check with the DBA as far as user permissions on the server.
  8. webi2002

    Security Help

    I'm new to Java / JSP and playing with Tomcat. I would like to know how to setup a security login? The reason behind it, is that I'm not so sure on how to set this up. I would like to have a login page, and users log in and browse local weppages, however I do not want for users to use a...
  9. webi2002

    BO Error

    What if the datasource is a CSV flat file? How do you avoid the unhandled exception.
  10. webi2002

    Passing parameters across reports

    Check out the FAQ tab in this forum... It will give you the avenue for passing parameters across reports.
  11. webi2002

    Problem with BO and Windows clipboard

    I do thank you for your idea, however the argument was that it used to work with no problems via InfoView using the [ctrl+c] keys and [ctrl+v] into PPT. without having to use any image alteration. I did find a machine in my building that does not have a problem using the windows clipboard to...
  12. webi2002

    Problem with BO and Windows clipboard

    The main problem of it all is that the big wigs want the churned information pasted on a PPT for their review every week, and gray scale does not buy much attention. This is something that the corporate has driven a standard on. They love to see result sets on PPT. Any solutions would be...
  13. webi2002

    Problem with BO and Windows clipboard

    We currently go to InfoView (Viewing settings on Optimized for my browser) and use the copy command [Ctrl+C] keys and paste into PowerPoint. However it seems to paste into PowerPoint in Gray-scale. Has anyone come across with this issue and if a solution is available. In the interim, we...
  14. webi2002

    Please help

    Just click on FAQs tab in Tek-tips for BO, and you'll see what you are looking for.
  15. webi2002

    reimport data woth out deleting the table

    Stick to basics. You only need to delete the contents of the table that you need to import to prior to importing, since Access appends information to tables if they already exists.
  16. webi2002

    Can i use prompt without equal the result to anything??

    Fernanda, Stick to basics. I think I now understand what you are trying to accomplish, however you may find it simple if you just hardcode list of values within the prompt. TO_NUMBER(@Prompt('Escolha um mês','A',{'1','2','3','4','5','6','7','8','9','10','11','12'},Mono,constrained)) You...
  17. webi2002

    Can i use prompt without equal the result to anything??

    I have done this a couple of times and maybe just stick to your basics. There really is no need to create an additional data provider. Just create a measure in the universe as follows: @Prompt('Enter Weekly Spend','n',,mono,free) Then you can use it within your report by retrieving the value...
  18. webi2002

    Drilling to a different format report

    I had a similar request on my end, and as a developer, it is frustrating to educate the users on out of the box capabilities, however Business Objects does offer a solution that made my life simpler. I created a summary in WebI, and added hyperlinks to resulting data, and thereby if they wanted...
  19. webi2002

    Query by Date

    You can create a filter at the universe level. Definitions: Date handle in table: @Select(Site Counts\History Date) Date function (DB2 Only): {fn Curdate()} Date function (MS Sql only): Getdate() if you are using DB2: @Select(Site Counts\History Date) >= {fn Curdate()} - 5 days if you are...
  20. webi2002

    BO Smoothing (recursion)

    I have a requirement that stomped me. Maybe a fresh perspective will solve the question. On a daily basis we take counts on tables and append them on to a flat table that consist of Date and count. Sometimes the count spikes above the average and in effect we can determine if there was a bad...

Part and Inventory Search

Back
Top