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!

Recent content by skrandel

  1. skrandel

    Not all Fields available in class

    You say they are character, but they are likely nvarchar. BO will not automatically bring those over when you drag a table from the right to the left. You can build them manually and they work fine. This has been a limitation for years. Steve Krandel Intuit
  2. skrandel

    Is html/pdf output format 508 compliant?

    What is 508? Steve Krandel Intuit
  3. skrandel

    disable Reschedule feature for a specific report in BOE

    All you can do is not allow the users to schedule it at all and have it scheduled by an admin. Steve Krandel Intuit
  4. skrandel

    Add 3 days or Mod function

    You trying to do this in the report or in the universe? Steve Krandel Intuit
  5. skrandel

    Generating a Report on Business Objects XI 3.1

    So, forums like this can't teach you how to do this. Do you already have a universe on top of the Service Desk database. If so, just jump in and write a query. If not, you're in for a long one. Steve Krandel Intuit
  6. skrandel

    query results in another webi?

    You can always us the results in as many tabs as you want within the same document. You cannot use them in a different webi document. Steve Krandel Intuit
  7. skrandel

    Add Hours to Sysdate

    And I also can't do math. 16/24 = 2/3; not 3/4. Never mind. I didn't help at all. Steve Krandel Intuit
  8. skrandel

    Add Hours to Sysdate

    I think that's exactly what I suggested. OK, I forgot to mention to trunc(sysdate). Glad it's working. Steve Krandel Intuit
  9. skrandel

    Add Hours to Sysdate

    try to see if sysdate + .75 returns today at 4:00 pm (16:00). If it does, then you can just do sysdate+1.75 to get tomorrow at 4:00 pm. Steve Krandel Intuit
  10. skrandel

    Printing

    That simply doesn't make sense. InfoView simply uses your browser's print settings. Or you have to set your printer in Acrobat Reader if you are viewing as PDF. Steve Krandel Intuit
  11. skrandel

    Hiding unwanted Rows in Webi Report

    Without knowing the calculations, it's impossible to guess. Seems like basic variables would do it. Max() for each of your measures would do exactly what you want. You can do this in the report or do it in the universe. Steve Krandel Intuit
  12. skrandel

    Remove Duplicates

    If you are bringing back only this column, then it does what you want by default. If you are brining back other columns, then, no. Each row of a report will display if there is something unique about it. Steve Krandel Intuit
  13. skrandel

    Hiding unwanted Rows in Webi Report

    This is basic funcionality. You could either do this in the query with a condition or on a report with a filter. Filters have the ability to do all the operators. Not sure what the problem is. Just don't try to filter the column. Filter the block and it will be obvious. Steve Krandel Intuit
  14. skrandel

    Differences between Full Client and Webi xi3.1

    SP2 was where the last big changes were. BO does not and has never done sub-reports. WebI is not limited at all. In fact it has more capability than client now. The only significant thing missing in my opinion is the ability to group dimensions without doing if-then-else. Hiding a column is...
  15. skrandel

    Excel formula

    The online help is really good. A report formula like this would work: if [date_object1] > RelativeDate(CurrentDate();-22) then "No" else if [date_object2] > RelativeDate(CurrentDate();-22) then "No" else "Yes" Steve Krandel Intuit

Part and Inventory Search

Back
Top