Discussion Board for collaboration related to QlikView App Development.
Hello,
I have a simple straight table as shown below;
I want to make this table static irrespective of the Data field that is selected in my sheet.
Do I need to create a new alternate state so that it doesn't change with the selected fields in the sheet?
thanks
Bhavesh
Hi.
the 1 should go here..
if(Sum(Go_Live)>3500, null(),
Sum({1<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}>}Go_Live)
/
count({1<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}>}distinct Milestone_Project_Number))
try that.
I have the below expression;
if(Sum(Go_Live)>3500, null(),
Sum({<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}>}Go_Live)
/
count({<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}>}distinct Milestone_Project_Number))
I tried to include {1} before Sum and count expression, but it is not working out. Can you tell me where should I use {1} in my expression.
Hi.
the 1 should go here..
if(Sum(Go_Live)>3500, null(),
Sum({1<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}>}Go_Live)
/
count({1<Snapshot_Date = {">=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}>}distinct Milestone_Project_Number))
try that.