Focal Point
[closed] Data validation; all measures by all dims?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1461084022/m/6407066516

January 20, 2012, 11:44 AM
Moogle
[closed] Data validation; all measures by all dims?
Hi Team,

I wonder if there is a way to display all measures by all dimensions? Picture Analysis Designer with six or seven Sort By fields instead of two.

This is a request related to some data validation activities that my client is on the cusp of undertaking.

Perhaps I could do something like when I turn an Analysis Designer into a gadget, except instead of this:

-SET &SORTBY1='DIMNAME';
-SET &SORTBY1='DIMNAME2';

It might be this:

-SET &SORTBY1='DIMNAME';
-SET &SORTBY2='DIMNAME2';
-SET &SORTBY3='DIMNAME3';
-SET &SORTBY4='DIMNAME4';
-SET &SORTBY5='DIMNAME5';
-SET &SORTBY6='DIMNAME6';

However, what template would I use? For AD based gadgets I would do an -INCLUDE on PMF_RPT_TMPLT_MEAS_ACRDIM or PMF_RPT_TMPLT_MEAS_VERT

I'd be thrilled/embarrassed if there is already a piece of built-in content that handles this.

Cheers,

Joey

This message has been edited. Last edited by: Moogle,


-WebFOCUS 8.2.01 on Windows
January 20, 2012, 12:15 PM
Bob Jude Ferrante
The resulting report would be HUGE and probably a bit unwieldy but I guess that's OK with the IT guys?

There's an upward limitation of three sorts and one across in the modular template reports and in pmf_booklet_data - it's designed for consumers looking to report on stuff not for IT to validate data. So you'd need to write a custom report to do this.

Note that if hierarchical recursion (rather than pulling out one level per Dimension) is expected this is a major coding project.

Note: If you're just doing a vertical sort you have no limits. For horizontal sorts there is a break limit for ACROSS in FOCUS so you have to be cognizant of your breaks.

thanks


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

January 20, 2012, 01:52 PM
Moogle
Hi Bob,

I was going to tackle building this if it was as easy as using PMF_BOOKLET_DATA to drive the query, out of goodwill and a desire to smooth my client's way. Since the PMF query engine (that's how I refer to PMF_BOOKLET_DATA) is built to support only three by fields and one across, I am going to stop right here.

Unfortunately, there's no room in my project plant to build a custom report based on the PMF datamart. In fact, I consider the PMF data model to be a bit of a black box, and that's why I only ever use the query engine to drive custom content. I just can't be sure that I would be able to report out measure values as they should be reported if I tried it on my own. There's also the concept of upgrades to consider, which would certainly break any pure custom coded work.

So, thank you for your time and have a great rest of your day.

Cheers,

Joey
January 20, 2012, 02:00 PM
Bob Jude Ferrante
We're planning to come out with a greatly revamped core reporting engine in 2012, which will remove some limitations. Stay tuned. Sorry we couldn't be of more use right away!


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!