Jump to content

I am trying to build a simple graph in Designer Studio, and ...


Ben Maxwell

Recommended Posts

The issue here is I am trying to chain off of a temporary file in foccache. In App Studio this was a non-issue, and something I used frequently. If Designer Studio doesnt account for chaining against temporary master files, then this will be a limitation vs what I am currently able to do in App Studio.
Link to comment
Share on other sites

I am trying to build a simple graph in Designer Studio, and I am having issues chaining my 2 filters.

Here are the steps I took.

 

Ran a procedure which created a hold file in foccache

Created a new graph in Designer Studio against this hold file

Clicked and dragged 2 Dimensions into the Filter Bar

 

 

From here is there something to be done so I can chain my Rollup and BA filters

Link to comment
Share on other sites

Hi

There is another technique in which you can declare the chaining using the WITHIN attribute in your filters:

WHERE ( ENV.GROUPENV EQ &GROUPENV.(OR(FIND PURCHS_PRMS_ENV.SEG01.GROUPENV IN purchs_prms_env|FORMAT=A48)).Level1:. )

WHERE ( ENV.DNAME EQ &DNAME.(OR(FIND DNAME,PURCHS_PRMS_ENV.SEG01.TITLE IN purchs_prms_env|FORMAT=A32, WITHIN=GROUPENV)).Level2:. );

WHERE ( BRANCH.BRANCHNAME EQ &BRANCHNAME.(OR(FIND BRANCHNAME,BRANCHDES IN purchs_prms_env|FORMAT=A20,WITHIN=DNAME)).Level3:. );

** this technique is relevant when you create a designer page using several pre-defined procedures

Yours

Eran

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...