In MainApp.qvw there are three charts say Chart1, Chart2, Chart3.
All of this three charts are hide and show on the basis on input box with creating on variable say vChart and renamed as measure.
Now, it works, If I select Lost saving from drop down in inputbox then it is showing Chart1, if i select Savings then it is showing Chart2 and same if I select carbon cost then is showing Chart3.
Now, My request is-
After reducing MainApp.qvw into App1.qvw and App2.qvw. then App1.qvw should be able to see Chart1, Chart2 and Lost saving and Savings into the input box drop down and App2.qvw should be able to see only Chart3. with carbon cost int the input box drop down.
write a condition based on the filed which you have used of reducing ...
as if in the reduction you have used a filed A with values 1,2 then in the main file write a condition like if the value is 1 in A i.e. if (A=1,1,0) ...