How to Find a Minimum Value of a cube through procedures
Answers
-
Dear swathi mp,
Min Value from Analytical Functions should help you: https://help.board.com/Analytic.htm
Leone
2 -
Thank u for the suggestion, but analytical functions helps for time
entities not normal entities as far i know,
Correct me if i am wrong
On Thu, 15 Aug 2019, 11:15 am heheimann, <do-not-reply.community@board.com>
0 -
yes, you'e right.
But if you only want to get a 2 dim Minimim/Maximum you could use nexel with Min and Max function . This can also be used in a procedure
But keep in mind, that a 3 dim Cube can have different local min/max, global Min/max depending on the dimensions you're choosing.
Regards
Björn
0 -
Thank u for the suggestion
On Thu, 15 Aug 2019, 12:07 pm breuber, <do-not-reply.community@board.com>
0 -
Hi swathi mp,
Hi Leone,
from my experience, analytical functions only work in combination with time entities. Therefore in this given example you would only find the minimum value of all months, but not the minimum value for the 10 entries of entity "x".
Apart from Nexel, there are two things you could try:
OPTION A: Textfile export
Export a layout with 3D-Cube to CSV-File using the TOP1-Option
This is the file you get:
Now you can load this result into the 2D-Cube.
OPTION B: ROLAP with SQL-View
Create a ROLAP-Cube with the same entities as the 3D-Cube, build a view in SQL where you pick out the minimum values and either load the result via datareader back into your 2D-Cube or make the 2D-Cube ROLAP as well and as data source use your newly created view (which will only work if data entry is not allowed).
Hope this helps - looking forward to your feedback.
Kind regards,
Gerrit
1 -
Hi Gerrit,
Thank you for your response, both options helped me a lot.
On Thu, Aug 15, 2019 at 2:09 PM g.kohrs@sdg-consulting.de <
2 -
Excellent, happy to hear that!
By the way: Whenever one of your questions has been answered to your satisfaction, feel free to mark as "correct answer" and/or as helpful. ;-)
All the best for your Board-Project and have a nice day!
Kind regards,
Gerrit
1