is there any limit for rows and columns in cross tab
Answer Posted / nareshkumar
You can have any number of rows and columns in a cross tab.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
what is universe null
Explain about a time when you discovered a more efficient way to do a work task?
What we need to discuss with designer before starting the universe designing.
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance
How to create Index to the table in the universe designer and how it improves the Query performence
Explain about a task that really tested your analytical abilities?
What are all difference between business objects 6.5 and xi r2?
What is top business?
Explain what are the measure objects?
what is xcelsius architecture?
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.
what will be the contents for a functional requirements specifications
webI report not showing Barcode in PDF format, i have used BC39 font,but barcode is shown in HTML but not in PDF, please any solutions??
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye