jasonwjones.com
Category: hyperion software - jason's hyperion blog
http://www.jasonwjones.com/category/hyperion-software
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Category Archives: hyperion software. February 18, 2015. Cubus outperform EV Analytics Review: Position in the Enterprise. Welcome to the fourth installment of my increasingly inaccurate EV three-part review. If you missed the first three parts, you can check out the EV background. And using EV continued. Parts to catch up! 8221; or “Why do I need another tool for that, I already have [. Tool in the toolbox for my users not the.
jasonwjones.com
Griddly - jason's hyperion blog
http://www.jasonwjones.com/projects/griddly
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Griddly is a Java library for dealing with grids. It is written using generics and provides functionality in much the same way as the Java Collections Framework. It has many convenience methods and a functional API. It is a spinoff of some functionality used in the Saxbi Server product. You can vist the Griddly GitHub page. Cameron's Blog for Essbase Hackers. Glenn Schwartzberg's Essbase Blog. Harry Gates' Essbase Blog.
jasonwjones.com
Jessub - jason's hyperion blog
http://www.jasonwjones.com/projects/jessub
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Jessub generates MaxL scripts based on templates with placeholders for dynamic values that can be filled in with values from the current date, relative date, or elsewhere. It can be a convenient way to update substitution variables without the pain of writing your own logic for what happens when you need to wrap a year or month or day of week or whatever else. Google code repository is here. Leave a Reply Cancel reply.
jasonwjones.com
Drillbridge - jason's hyperion blog
http://www.jasonwjones.com/projects/drillbridge
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Wouldn’t it be nice if there were an easy way to implement drill-through from Smart View, Hyperion Planning, and Financial Reporting to your relational data? Drillbridge has powerful features for implementing drill-through quickly and easily, including:. Simple service installation (a single command installs the service). Out-of-the-box support for drilling to Microsoft SQL Server, Oracle, and MySQL. Enhanced security: session...
jasonwjones.com
Jolo – Text-based table printing library for Java
http://www.jasonwjones.com/projects/jolo
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Here’s a quick example from the README:. Public void testPrintTableWithColumns() { / setup table definition with column names/widths TableColumnList tcl = new TableColumnList.Builder() .add("Name", 40) .add("City", 15) .add("State", 2) .build(); / createRandomRows is a helper function in this case but would otherwise / be your data that is an Iterable List Something . Iterable List? One thought on “ Jolo. 8230;] Jolo […].
jasonwjones.com
essbasepy - jason's hyperion blog
http://www.jasonwjones.com/projects/essbasepy
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Essbasepy is a Python wrapper for the Essbase MaxL interpreter. I have taken over maintenance from its creator, David Welden. It is an analog to the MaxL perl module. You can find more information on the essbasepy GitHub page. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. Cameron's Blog for Essbase Hackers. Glenn Schwartzberg's Essbase Blog. Harry Gates' Essbase Blog.
jasonwjones.com
Tieout - jason's hyperion blog
http://www.jasonwjones.com/projects/tieout
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Tieout was born. It’s a bit esoteric but there might be something for someone in here. Licensed under GPLv3 and available on Google Code in the Tieout repository. I love all things programming and Hyperion Essbase. I've been doing both for many years. I've created numerous software utilities for Essbase including Drillbridge. I work for Applied OLAP. Cameron's Blog for Essbase Hackers. Glenn Schwartzberg's Essbase Blog.
jasonwjones.com
Cube Data - jason's hyperion blog
http://www.jasonwjones.com/projects/cube-data
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Cube Data (cubedata) generates test data for load testing a Hyperion Essbase cube. All you do is specify which combinations of members you want to create and cubedata will take care of the rest by generating all the permutations (Cartesian product) of the members, with a given fill factor. Licensed under Apache Software License and more info available on the cubedata Github page. One thought on “ Cube Data.
jasonwjones.com
Books - jason's hyperion blog
http://www.jasonwjones.com/resources/books
Jason's hyperion blog. Essbase from the trenches. HUMA Unused Member Analyzer. Developing Essbase Applications: Advanced Techniques for Finance and IT Professionals. This a solid Essbase book written by many of my colleagues. I have reviewed it previously check out Amazon for a more in-depth review. I love all things programming and Hyperion Essbase. I've been doing both for many years. I've created numerous software utilities for Essbase including Drillbridge. I work for Applied OLAP.