|
More site info...
SDK (VBA/ASP/JSP) | Forum profile
|
|
Forum profile page for SDK (VBA/ASP/JSP) on http://www.forumtopics.com.
This report page is the aggregated overview from a single forum: SDK (VBA/ASP/JSP) , located on the Message Board at http://www.forumtopics.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "SDK (VBA/ASP/JSP) " on the Message Board at http://www.forumtopics.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on SDK (VBA/ASP/JSP) :
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
30
|
103
|
382
|
|
Post:
|
55
|
208
|
687
|
|
|
SDK (VBA/ASP/JSP) Posting activity graph:
|
Top authors during last week:
user's latest post:
Formatting pageheaders in a BO...
Published (2009-12-03 00:47:00)
The same answer as in this topic: http://www.forumtopics.com/busobj/viewtopic.php?p=679460#679460
user's latest post:
VBA-Unable to clear contents of...
Published (2009-12-02 17:54:00)
I have modified the code formatting and made it easily readable The Statement "Cel.Clear" has not effect at all on the cell contents. That statement works when cell contents have Text,Formula etc. But it does not work when the Cell Contents is a boOLEObject. Please let me know if there is any other special way to clear contents of the cell when it is of a "boOLEObject" type. I appreciate your help. Code: Public Sub...
user's latest post:
SQL / VBA SDK to get Universe DB...
Published (2009-12-04 07:52:00)
See the following post . Dwanye posted an excel spreadsheet that has a macro to document universe connections.
user's latest post:
Event Log
Published (2009-12-02 07:10:00)
I am still looking for VBA macro code. The code which you have provided would work in .net platform of VB 2008; not on the older version or VBA. Cheers
user's latest post:
Event Log
Published (2009-12-02 07:15:00)
BO_Stuffed wrote: I am still looking for VBA macro code. The code which you have provided would work in .net platform of VB 2008; not on the older version or VBA. Cheers My apologies - yes, I understand now - hmm...from VB A might be a bit tougher - might need additional dependencies as well ...
user's latest post:
adding derived table to universe...
Published (2009-11-29 08:20:00)
Hi, Thanks for the replies. Dwayne, the task I have to solve is to convert the reports containing free-hand sql into reports containing normal data providerm so unfortunately I can't use the Report Conversion Tool. I use Desktop Intelligence by the way. SandiR, thanks for the code, I will try to insert derived table into the universe by changing IsDerived and SQLOfDerivedTable property and see what happens. Thanks, Gabor
user's latest post:
HTTP Status 404 -...
Published (2009-12-01 02:45:00)
Hello, We are using Apache/Tomcat combination. Today morning we are geeting error message while login into Infoview / CMC / WEBI. When we are trying to open the Infoview / CMC / WEBI it is geving below error message. HTTP Status 404 - /businessobjects/enterprise115/admin/en/ad Can some one help me in this. Regards, Anil
user's latest post:
C# Universe Extraction
Published (2009-11-30 21:52:00)
Is there anyway for us to let the user choose the universe instead of manually putting it in code? UnvManager.dsUnv = UnvManager.dsApp.Universes.Open(eFashion");
user's latest post:
Extracting Conditions
Published (2009-12-02 22:23:00)
Hello all, Does anyone know any good ways to get specific "parts of a condtion" after you extract them using dataProvider.getQuery().getCondition() ? currently it returns something like Item Name Equal Name I would like to just be able to extract everything before "EQUAL" or whatever operator is used (it could be NOTEQUAL, InList) etc
|
|
|
|
Latest active threads on SDK (VBA/ASP/JSP) ::
Started 6 days ago (2009-12-04 11:36:00)
by joepeters
Include SI_GROUP_MEMBERS in the SQL statement.
Joe
Started 1 week, 1 day ago (2009-12-02 07:50:00)
by reinaldonunez
Hello Raghu:
What I think is happening is, when you try to vcompile/Validate the script, it try to executes the entire workflow (login, open Folder, Click the report, view the report, refresh, logout)
Everytime the system use the Login/Logout process its create a different and unique session ID for each report it open. So open report Webi-A today will generate a different ...
Started 6 days, 4 hours ago (2009-12-04 07:52:00)
by jresendez
See the following post . Dwanye posted an excel spreadsheet that has a macro to document universe connections.
Started 6 days, 23 hours ago (2009-12-03 12:42:00)
by kevinmauriello
Has anyone used the InfoObject.StreamContent class ?
I need to retrieve a previously run scheduled report and run it through a compression engine, the compression engine accepts a stream. I then want to send this compressed stream to a client upon request.
Started 1 week ago (2009-12-03 08:00:00)
by jresendez
You can create a VB program object that accepts arguements and simply schedule the program object (or execute the program object) and pass it the correct arguements for your specific report(s).
We have a robust VB.EXE that we pass arguements to that tell it how to refresh and what to do after it refreshes. We pass as arguments (report name, <action> (which basically tells it to import/...
Started 1 week ago (2009-12-03 07:47:00)
by jresendez
Here is a function that i use that interrogates the conditions of a given data provider (i removed extra coding to try to simplify). It should give you an idea for what you need to do.
Code:
Function InsertQueryConditions(dp_CurrentDP As DataProvider)
'************************************************* *************
10 Debug.Print "BEGIN -- ...
Started 1 week, 1 day ago (2009-12-02 09:03:00)
by bolladi
Could someone please look into the above issue that I have posted. I went through the Deski SDK Object Model. It seemed to me like formatting the PageHeader is impossible.
Please comment..
Started 1 week, 1 day ago (2009-12-02 09:07:00)
by bolladi
I have gone through the Object Model for this issue too. It seemed like it is not possible to insert a cell into a report using VBA. Please someone let me know if I am wrong..
Started 1 week, 2 days ago (2009-12-01 10:01:00)
by Sebastien Goiffon
Hi and welcome to BOB
Have a look to the BOBdownload's area where you can find useful macro to document universes.
Started 1 week ago (2009-12-02 17:54:00)
by bolladi
I have modified the code formatting and made it easily readable
The Statement "Cel.Clear" has not effect at all on the cell contents.
That statement works when cell contents have Text,Formula etc. But
it does not work when the Cell Contents is a boOLEObject. Please
let me know if there is any other special way to clear contents of the cell when it is of a "boOLEObject" type. I ...
|
|
Hot threads for last week on SDK (VBA/ASP/JSP) ::
Started 1 week, 1 day ago (2009-12-02 03:56:00)
by Marek Chladny
Hi,
How is the problem related to Business Objects?
Maybe you will be better served in other, VBA-oriented internet forums. Just a thought.
Started 1 week, 1 day ago (2009-12-02 09:03:00)
by bolladi
Could someone please look into the above issue that I have posted. I went through the Deski SDK Object Model. It seemed to me like formatting the PageHeader is impossible.
Please comment..
Started 1 week, 1 day ago (2009-12-02 09:07:00)
by bolladi
I have gone through the Object Model for this issue too. It seemed like it is not possible to insert a cell into a report using VBA. Please someone let me know if I am wrong..
Started 1 week, 2 days ago (2009-12-01 10:01:00)
by Sebastien Goiffon
Hi and welcome to BOB
Have a look to the BOBdownload's area where you can find useful macro to document universes.
Started 1 week, 1 day ago (2009-12-02 07:50:00)
by reinaldonunez
Hello Raghu:
What I think is happening is, when you try to vcompile/Validate the script, it try to executes the entire workflow (login, open Folder, Click the report, view the report, refresh, logout)
Everytime the system use the Login/Logout process its create a different and unique session ID for each report it open. So open report Webi-A today will generate a different ...
Started 1 week ago (2009-12-03 08:00:00)
by jresendez
You can create a VB program object that accepts arguements and simply schedule the program object (or execute the program object) and pass it the correct arguements for your specific report(s).
We have a robust VB.EXE that we pass arguements to that tell it how to refresh and what to do after it refreshes. We pass as arguments (report name, <action> (which basically tells it to import/...
Started 1 week ago (2009-12-03 07:47:00)
by jresendez
Here is a function that i use that interrogates the conditions of a given data provider (i removed extra coding to try to simplify). It should give you an idea for what you need to do.
Code:
Function InsertQueryConditions(dp_CurrentDP As DataProvider)
'************************************************* *************
10 Debug.Print "BEGIN -- ...
Started 1 week ago (2009-12-02 17:54:00)
by bolladi
I have modified the code formatting and made it easily readable
The Statement "Cel.Clear" has not effect at all on the cell contents.
That statement works when cell contents have Text,Formula etc. But
it does not work when the Cell Contents is a boOLEObject. Please
let me know if there is any other special way to clear contents of the cell when it is of a "boOLEObject" type. I ...
Started 1 week, 2 days ago (2009-12-01 12:10:00)
by DataHog
I would add this to web-inf/classes of the entry point of your application, or where you're handling creation of new sessions - so in your case, your custom Java portal (if I'm interpreting this correctly).
Why can't you just put it in both - as both places can potentially create new sessions (you could redirect to IV and IV could create new sessions from a non-expired cookie, for example...
Started 6 days ago (2009-12-04 11:36:00)
by joepeters
Include SI_GROUP_MEMBERS in the SQL statement.
Joe
|
|