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 SkipVought 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: *

  • Users: kprit
  • Order by date
  1. kprit

    IRR Calculation in Business Objects FC or Thin Client Report

    Hi All, I have a cross tab report. At the end of the row I need to show the IRR of that row. How can I do this in Business Objects full client of Webi?
  2. kprit

    BO Exception

    I am using BO 6.1.0
  3. kprit

    BO Exception

    I get following abort msg while opening the report. Pls suggest............ 1 processor x86 Family 15 Model 0 Stepping 0 Windows 2000 Workstation v5.1 build 2600 (Service Pack 1) Physical Total/Avail: 522.228 Kb / 194.880 Kb Temp directory C:\DOCUME~1\kanujap\LOCALS~1\Temp\ (1.461.482 Kb...
  4. kprit

    Inserting a variable into a report

    I think you are simply wasting your time with such type of problems. I suggest you to read some material(book/documentation) before doing the work directly. This will save your lots of time....Though you are always welcome with your problmes on the forum... Thanks
  5. kprit

    Cognos Access Manager API

    Thanks..I got the solution...the code is Dim objUserFolder As Object Set objUserFolder = objAuthDoc.UserFolder.Folders.Item(3) Dim ObjUser As Object Set ObjUser = objUserFolder.Users.Add("xyz")
  6. kprit

    Cognos Access Manager API

    Using the following code I am able to add an user in the default NameSpace but I am not able to add user in the folder under default namespace.....Pls help Dim objAuthApp As Object Dim objAuthDoc As Object Set objAuthDoc = objAuthApp.Documents.OpenWithBasicSignon("default", "Administrator"...
  7. kprit

    Cognos Access Manager API

    Thanks Flex13 I went to the URL http://support.cognos.com/kb-app/knowledgebase?document_search_show_document=1&document_id=119662&version_id=2, which tells about the application and its download location, which is http://support.cognos.com/supported/support/pua/series7/using.html but get the...
  8. kprit

    Cognos Access Manager API

    I desperately need this. I want to query the Access Manager using its API. Basically I want to get all the user names along with its group name from Access Manager in VB. Thanks
  9. kprit

    Refresh Report Forumulas

    From where will I get the hotfixes...we have 6.1's complete installable but I did not find any fixes in that.....
  10. kprit

    Refresh Report Forumulas

    Yes we are on version 6.1
  11. kprit

    Refresh Report Forumulas

    We have a report having a simple formula (like =if <unv field>=1 then "A" else "B"). We have checked option "Refresh Document When Opening" under Tools->Save (if this is uncheckd, report does not prompt for the parameters in InfoView). Now the problem is when report is opened from Business...
  12. kprit

    Unhandled Exception Error While Saving .rep

    no..there is no such formula......but there is a simple formula which is something like as below if <database field value = 1 then "A" else "B
  13. kprit

    Unhandled Exception Error While Saving .rep

    I am getting Unhandled Exception(Dialog box appears) while saving a particular rep file. In the error dialog there are two buttons one is abort (which closed down Business Objects) and other is Save (which saves log file in a directory). The log file contents the same text which I see in dialog...
  14. kprit

    Two Blocks Overlaping Each Other

    I have got two blocks in my report(Document1). Both the blocks are getting populated from different data providers. My report is parameteric. The second block is just below the first one. Now what happenes is for a specific set of parameter values the rows of first block get overlap on the...
  15. kprit

    &quot;Application-Defined or Object-Defined Error&quot; in QueryTables

    Thats true MAKEITSO. I will do that....Thanks a lot But pls look into other problem that is very serious for me. I have to deliver the work by end of the day only 4 hrs are left for me...and I am stuck here.
  16. kprit

    &quot;Application-Defined or Object-Defined Error&quot; in QueryTables

    Get error &quot;ClearContects method of Range class failed&quot;. I have just noticed a problem. As I am unable to clear the contents of cell z100 after calling URLGet. As many times I call function =popData(,,,,) the Destination:=Range(&quot;z100&quot;) of URLGet copies contents into Z100...
  17. kprit

    &quot;Application-Defined or Object-Defined Error&quot; in QueryTables

    I call the function PopData(written below) from any sheet by saying =popData(P1,P2,P3,P4). To get the user name and password from the web server(using http) I call Proc URLGet(written below). My problms are 1) When procedure URLGet is called from PopData then after executing line &quot;.Refresh...
  18. kprit

    Help in User Defined Function

    ohhhh.... Anyway what I did is I put the recordset output in a global array and have created another procedure called showdata which displays arrays output in sheet1. After getting True from PopData I call showdata from Tools->Macro->showdata->run... Thanks a lot Geoff. I implemented (saved...
  19. kprit

    Help in User Defined Function

    Code I am using is as follows --- Function I call from sheet is =PopData(&quot;a&quot;,&quot;b&quot;) Global conn as ADODB.Connection Function PopData(a As String, b as string) As Boolean PopData = False Call ConnectToDB Call FetchData(a,b) PopData = True...

Part and Inventory Search

Back
Top