Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scenario analysis

I have somewhat of a complex question.

I want to build a workbook that can be used to model different scenarios. I have a fairly robust product hierarchy and I want to be able to choose certain skus within the hierarchy, whether at the sku level, the series level, product line level, etc. and allow the user to make adjustments to the chosen skus (by increasing or decreasing the amount sold) in order to see how that affects costs, margin, etc.

I have already built using input fields and variables, but that makes the entire product line have the adjustment, not just the items that I want to adjust.

What is the best way to accomplish this?

Thanks!

Matt

4 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Inputfields are clearly the way to go for this kind of a simulation. If your adjustments apply to the whole category, than it means that you entered the adjusted value at the category level of detail, and not at the sku (s) level, or perhaps your formulas need to be verified for accuracy... Hard to say what's wrong with very little information...

Not applicable
Author

Let me clarify a little bit.

If I have a hierarchy that looks like this:

--Hardware,

    --Servers

    --Storage

   -- Desktops

    --Firewall

-- Software,

    --Databases

    --MiddleWare

--Applications

   --Desktop

   --Engineering

   --Finance

   -- IT

   --Manufacturing

   --Sales

   --Service

I want to be able to select either Hardware, or just Servers, or just Server x, or any combination of selections and adjust the sales values associated with them.


Do I need to have a variable for every SKU? Or is there a way to store multiple keys into a variable (like an array) and use those keys to make the adjustments?

Not applicable
Author

Hi Matt,

You can load a dummy field with some dummy values attached to the SKU and declare it as inputfield in the script (see QV Reference Manual). This will allow the operator to change the values for this field for each SKU.

Best regards,

Bert

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

You need to load an Inputfield value associated with the lowerst level of detail that you care to differentiate. In your example, if you want to modify numbers for "server x", that that's the lowest level you need to differentiate, then keep the values at that level. QlikView will aggregate the data up to higher levels.

If you only associate your inputfileds to Categories, then every change in the inputfield value will apply to the whole category (what was your initial problem, if I understood you correctly)