Monthly Archives: November 2009

At the End Of Third Month

This blog is not being written to get millions of readers everyday. It aims to share Business Objects SDK information with everybody over the world. And it is nice to see that lots of people are reading or entering to … Continue reading

Posted in Genel | Leave a comment

ValueFromLov Has Different Approach

Yes ValueFromLov object has a different approach to values you insert to it. But to figure out the problem reason is more complicated than it is being. And here is the solution with a small tip. I hope it helps … Continue reading

Posted in Business Objects 3.1 SDK, ValueFromLov | 1 Comment

Using Blogs to Find Something New

I am a software engineer that I am. I develop projects which are based on requirement lists. It is an awesome job for me, to coding. But sometimes it becomes boring or annoying and at that point I want to … Continue reading

Posted in Genel | Leave a comment

Sorting Webi Documents LOV

In web intelligence documents for sorting prompts I am using; if(strDocumentKind.equalsIgnoreCase(“Webi”)) tmpPrompt.getLOV().setSortType(SortType.NONE);else tmpPrompt.getLOV().setSortType(SortType.ASCENDING); For web intelligence documents I am setting sortType as None, Web Intelligence report builder automatically sorts the LOV. But in desktop intelligence documents it must be done … Continue reading

Posted in Business Objects 3.1 SDK, Desktop Intelligence, Prompts, Web Intelligence | Leave a comment

Blogging and Me

I have started to write to this blog for a reference who want to develop something or solve problems for Business Objects SDK. I started to develop something with BO Sdk over a year ago. I was having problems for … Continue reading

Posted in Genel | Leave a comment

Viewing Reports Without OpenDocument Cont.

Hello everybody, Today I am gonna try to explain how you can use BO InfoView application to show your reports. You will put this code peace in a jsp file and copy that file to [TOMCAT_PATH]webappsAnalyticalReportingviewerscdz_adv path. You must submit … Continue reading

Posted in Genel | Leave a comment