what is sdibling function tell me the some functions
Answers were Sorted based on User's Feedback
Answer / helping hand
ClosingPeriod()Function is a sibling function
Ref eg:
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14300773
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khushbu
1.firstSibling ( member )
description :Returns the first child of the parent of a
member.
2.lastSibling ( member )
description :Returns the last child of the parent of a
specified member.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishna
Returns the children of the parent of the specified member.
| Is This Answer Correct ? | 0 Yes | 1 No |
how do you test reports in reportnet? what do you record in unit testing documents? pls give answer in detail......
What are all the types of hierarchies?
Hi All, Is there any way to check whether a value is selected in a Multi-select tree prompt? I have a tree prompt and want to get to know whetehr which values user has selected,i want to so that values on the top of the report. I Have used that paramDisplayValue('paramername'),But it will display only last selected value. For Example i have tree prompt with one level Region- >country->states If user select region Asia it will dislay the all the Countries in that region and then if user select India it will display the states related to india only Suppose Hierachy look like this: Asia->India->Andhra Pradesh. I want to show this hierachy on the top of the report How it is possible? Can you please help me?
----------------Diff b/w Dimensional modeling and Relational modeling?
In my report i want display sales rep name, country ,city how to achieve this by using repeater table
What you mean by drill across and what is the difference between drill through, drill across?
what is the difference between filter and condition?
Explain informatica architecture?
how can you create a project creation
Hi all, IF any one has Cognos Dump Questions please send it to my mail ID : jaya.purna@gmail.com Cheers Jaya
How much time it will take to develop a report in real time? It depends upon the complexity of the report, so tell me the approximate time period for a simple list, cascading, master-detail, drill-through,..…etc?
my table having data like this year month revenue 2011 jan 100 2011 feb 200 2011 mar 150 like this i want My report 2011 jan 100 2011 feb 100+200=300 2011 mar 300+150=450 like this for this where we specify the condition how will specify? pls ans me pls...