Discussion Board for collaboration related to QlikView App Development.
Application Development
From the given data source (fact.qvd), please create QV Application with List Boxes and Pivot Table which looks and behaves as per described below:
Application contains:
Any technique/option/setting which should be applied to make the application work properly, please do not hesitate to do so.
Kindly help me on the 3rd Scenario.
Hi,
You can try something like this in expression:
Pick(Match(Actuality,'AC','BU'),sum({<Month={">=$(=Max(Month)-1)"}>}ValueX),sum({<Month={">=$(=Max(Month))"}>}ValueX))
but that expression is showing sum of valuesX and sum of valuesY witch i can achieve by giving Sum(valueX) and Sum(valueY) in expression but i want to keep acctuality AC as previous selection for both valueX and ValueY, plz go through the question2 you will understand clearly,