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 paulmarr

  1. paulmarr

    Setting user Infoview properties

    Hi Steve Using the SDK you cacn change the homepage to whatever web page you like, however I do not belive you can get the navigation pane in the workspace pane - but maybe someone else on this site can share how they did it.... There are very few global preferences that you can set - but you...
  2. paulmarr

    Formula Field does not show up in group expert

    You have posted this thread in the wrong forum - but the reason you cannot group on this field is that the formula is looking at Previous records meaning the records would have to be grouped already. Take the Next and Previous functions out of the formula and then you can group.......looks like...
  3. paulmarr

    Any suggestions/ideas to improve CR charting/graphing?

    Hi Dan Thanks for asking - as a report designer - I am constantly frustrated with business users ordering up graphs that can be accomplished in Excel easily but are either harder or impossible in Crystal. Stuff like: - Multi value axis - the ability to create my own custom legend labels...
  4. paulmarr

    How ro get Main Report Value to be clickable for On Demand Subreport

    Yes - Right Click on the on demand Subreport and choose Format Subreport Go to the Subreport tab on the top and find the option called On Demand Subreport Caption - find the X+2 button next to that option and click on it. Then create a formula that will display the column value - whether it is...
  5. paulmarr

    session("oRpt").ReadRecords Error

    To me the error would point to Data Connectivity - you can access the db but the table the stored proc refers to cannot be found. Have a look at the stored proc and the way the ODBC driver interprets the db.table.field syntax. I hope this helps you. Cheers paulmarr
  6. paulmarr

    Default XI Security

    Hey gavin By enabling Single Sign On - your users will not have to type in anything - it will seamlessly log a user on based on his/her WinAD logon - also referred to as SSO! You must turn this on under Authentication in the CMC..... I hope this helps you. Cheers paulmarr
  7. paulmarr

    Repository Migration Problem

    Hi geldercroft Welcome to my nightmare - I have come from where you are coming from and I went live January 24th. I could bestow countless pointers about it all - but you have the ability to select specific Business Views out of CE10 - export them to xml files - and then import them into the...
  8. paulmarr

    URL Problem

    Try this syntax - we use SSO and it works for us.... http://servername/businessobjects/enterprise115/Infoview/scripts/opendocument.aspx?iDocId=" & CrystalReportID & "&lsSReportID=" & ReportID & "&sOutputFormat=" & OutputFormat & " where: iDocId is the ID assigned by BO software...
  9. paulmarr

    convert datetime field to 24 hour time not using custom format

    Hi kranmar Can I ask why you do not prefer the Custom Format option? Cheers paulmarr
  10. paulmarr

    Creating a Crystal Report from Windows Active Directory

    Thanks to all for your answers - I wasn't taking a cheap shot - and appreciate the response - even if it was an "I don't know". I realise this is a volunteer web site and if you look at any of the Crystal boards you will see I am a regular contributor too. :)
  11. paulmarr

    Creating a Crystal Report from Windows Active Directory

    I know this isn't an easy question like grouping or sorting - surely one of the tipsters here that eagerly answer the easy ones would be able to tackle this one???? Yes it's a challenge! You know who you are! :)
  12. paulmarr

    Creating a Crystal Report from Windows Active Directory

    Hi Crystal Gurus I have a business requirement to create a report from Windows Active Directory that will list members of specified Win AD Security Groups. Is this possible? How do I connect to it - what driver would I use? Anyone that has accomplished this before? Any help will be...
  13. paulmarr

    Migration Groups,Folders and Users from test 2 production Environtment

    Yes - you can use the import wizard to migrate objects from one BOEXIR2 installation to another. Cheers paulmarr
  14. paulmarr

    Print Dialog Box comes up empty

    Bingo - upon further investigation - it was found that the user's experiencing the print problem were using the DHTML viewer that uses a different method of printing and that printing control had not been installed on the Citrix servers. Changing back to Active X solved the problem. Thank you...
  15. paulmarr

    Upgrading to BOXI Rel 2 - question about mapping users

    I also completed several attempts before I got it right and think you will probably have to as well. I just remove the cms database and replace with a new shell database - empty the Input and Output File Store folders and then start all the services again which returns the software to the "out...

Part and Inventory Search

Back
Top