what is the difference between Ranking and sort-out in bo?
Answer Posted / nameer
sorting - arranging the records in ascending or descending
order based on any of the column.It can be applied to both
numeric data column as well as character data column.
ranking - it is used to display the highest or lowest 'n'
number of records by setting the ranking for cloumn which
contain numeric values. ranking cannot be applied to
character data column.
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between slice and dice and cross tab report?
how many reports have u created ? explain a few.
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
What is a bo repository?
What sort of existing documents should business analysts refer to when starting on a new project?
what is the difference b/w the refresh and buffered data?
If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
Difference between zabo and webi?
Explain how to execute the plsql procedure from the report by clicking with mouse?
Explain the difference between detect alias and detect context?
Explain about a time when you discovered a more efficient way to do a work task?
Explain in detail about type 2(scd),
Explain the data types present in bo and what happens if we implement view in the designer and report?
What is the difference between the public object&schema object?
I have 2 doubts regarding the "Input Control" functionality in BI4: 1) Can the Input Controls in BI4 be manipulated? I mean, can we change the IC display as BOLD or change the values from Italics to regular? Or change the colors? 2) How to get hierarchy type control in IC? Let's say my first IC is for Country and second is for State. If I select a particulat country from Ist IC,second one should show me states belonging to selected country. Is that possible? Thanks in advance!!!