This just came in from a consultant...
We'll put the response in next...
I have been poring over Section 3 of the Developer’s Guide. This section is called Controlling PMX’s Behavior and is on pages 42 to 47 of the version of the guide I have. I think this is the relevant documentation to do what I am trying to do.
The problem I am having is that is very unclear in the doc into which fexes the various code should be placed. As far as I can tell, the code to be inserted somewhere is:
-SET &GADG_DIM_NAME01 = 'LOCATION' ;
-SET &GADG_DIM_NAME02 = 'TIME' ;
-SET &GADG_DIM_NAME03 = etc…
...
-INCLUDE GADG_DIM_PARMS_MULT
And
-DEFAULT &LOCATION_LEVEL01_VALUE = ‘ ‘;
-DEFAULT &LOCATION_LEVEL02_VALUE = ‘ ‘;
...
-SET &DIM_NAME = ‘LOCATION’;
-SET &DIM_VALUE = &LOCATION;
-INCLUDE gadg_dim_parms
...
-SET ®N = IF &LOCATION_LEVEL01_VALUE NE ‘ ‘ THEN
TRUNCATE(&LOCATION_LEVEL01_VALUE);
-SET &WHOUSE = IF &LOCATION_LEVEL02_VALUE NE ‘ ‘ THEN
TRUNCATE(&LOCATION_LEVEL02_VALUE);
I have tried every combination including these two blocks of code in the gadget and in the detail report. I am getting errors but I don’t know if that is because I don’t have the code properly placed.
Other questions:
1. Are there other things that must be taken into account if the drill down is from a PMF report running as a gadget vs. one not running as a gadget?
2. Does this work the same whether the dimension values are selected from the dimension trees vs. drilling down on the report? Page 46 states that you click on the reports tree to pick a warehouse. This is why I am asking this question.
3. Are there any working examples of all of this in any of the PMF demos?
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!