I need to modify Web Intelligence Report,
I need to Add 7 columns in WEBI Report-Java Pannel, so i
could Add only 6 Columns in the Webi-Java Pannel as one X
Table - X Column is not available in the Universe.
I was advised that i can do it with Free Hand SQL in Web
Intelligence even X Table - X Column is not available in
Universe.
Please kindly let me know how to implement the same
Answers were Sorted based on User's Feedback
Answer / saurabh
In my understanding you have to use deski not webi for free hand sql .in deski there is no bar for this you can design on your own way....not possible in webi (even if u use custom query also)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gowthami
You can get the 7th column data also in the report by using free hand sql by following the below steps
assume name of the 7th column is "new"
1.Add some dummy object and go to sql and remove the dummy object field name and put your actual "new" field name
1a. if the dummy object and "new" column is from same table
then no need to change the where clause of sql query
1b. if the dummy object and "new" column is not from same table then need to update the correct join condition in where clause of sql query
2. check 'donot generate sql query based on the result objects'
3.run the report
this way is not advisable. you have to create a object in universe and use it in a report
Is This Answer Correct ? | 1 Yes | 0 No |
how to connect one to one report? Explain with example?
What is meaning of fullpath client in business objects?
1.How to convert deski document to webi in infoview? 2.what is connection type for free hand sql?
Can we Save (save as) WEBI Doc as DESKI?
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
can we cretae views in universe level?
what is the difference between Ranking and sort-out in bo?
3.what is alias?
5 Answers Business Intelligence Analytics, TCS,
WHERE DO YOU USE GLOBAL FILTERS ,EXPLAIN WITH EXAMPLE?
Explain what sort of existing documents should business analysts refer to when starting on a new project?
how we transport universes from business objects 6.5 to BOXI R2?
How to add additional objects or tables into the universe,and what are steps we need to follow to achieve the above task.