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 IamaSherpa 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. jayaramk

    You are not authorised to use this document (FMR0008)

    A Business Objects Full Client report developer has created a report and saved onto local disk. It was never exported to repository. The same user tries to open the report after 10 months and it gives the error 'You are not authorised to use this document (FMR0008). I have asked him to log on...
  2. jayaramk

    Header not repeating across the page

    Sri, My problem of report header not getting repeated across the page is resolved. However after seeing your reply, I have now realised that the section Dimension need also to get repeated across the page. Whats the work around you suggest psl? Many Thanks Kannan J
  3. jayaramk

    Header not repeating across the page

    Hi I am sorry to have created a confusion here. I was talking about the report header. However, these cells were not in report header and were part of section header set to repeat on every page. It looked liked report header as it was near the top of the report. Its a shear shame on me...
  4. jayaramk

    User response prompt date not date data type in formula

    Hi Nalmond, What I believe is the problem is the Time part of the date value. Please truncate the time part when you get the date itself. Please create a universe condtion as below ( Trunc(table_name.field_name>) >=@Prompt('1. Open Date (DD-MON-YYYY)','A',,MONO,FREE) Use this condition in...
  5. jayaramk

    User response prompt date not date data type in formula

    Hi Nalmond, I just tried inserting the formula into the cell in my report and it works fine. In the formula that I specified earlier, there was a small bug..viz, the date format should have been dd-mmm-yyyy, which you have already modified. Could you send a copy of the report to me...
  6. jayaramk

    User response prompt date not date data type in formula

    I have tried the same with ToDate function and it works Here we go : =ToDate(UserResponse ("Query 1 with SITSSRSL" , "1. Enter Award From Date After (DD-MON-YYYY)") , "dd-mON-yyyy") If it doesn't still work, make it as a detail dimension and try. Hope this helps. Jayaram
  7. jayaramk

    Header not repeating across the page

    Thanks you very much sri for your reply. I have checked all you have mentioned. Its all done properly... Even when I see in page layout..It doesn't seem to repeat the header across the page but does down the pages. More specifically, I have 2 cross tab and 2 tables in the report, and I have...
  8. jayaramk

    Header not repeating across the page

    Hi, I have a report that is based on a cross tab and a table placed adjacent to each other. It has only one section. The cross tab runs over across the page as it has many columns. The Header is getting repeated down the pages but not across the pages. Any help? Jayaramk

Part and Inventory Search

Back
Top