Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

Need help on reduced app

Hi All,

I Have below scenario.

Main application : MainApp.qvw

Reduced in two app: App1.qvw and App2.qvw.

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.

HideShowpng.png

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.

Kindly help,

Regards,

mahamed

Labels (1)
1 Reply
avinashelite

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) ...

this should you help you