Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts - I have a quick clarification...
In the attached qvw... i have a Calculated Date field (Plz forget the logic in that expression )
Now my requirement is , When i select the date in that Multibox... i dont want any corresponding selection to happen in the chart below .... Strictly plz suggest other than ALTERNATIVE STATE
Sure... Will keep u posted in few mins..
All QlikView objects should show the same value, unless you have alternate state or something else at play.... your expression doesn't seem to be the issue... it is def. something else
I tried... What I noticed is... if i keep those fields (Which u had mentioned above )as dimension, it is static..
But when i added the calculated Dimension (Shown below)... it is not static
=if((right(Date(if(YDAY=Aggr( NODISTINCT Max(YDAY),Month_Name, Year_Name),YDAY),'MM/DD/YYYY'),4)&lEFT(Date(if(YDAY=Aggr( NODISTINCT Max(YDAY),Month_Name, Year_Name),YDAY),'MM/DD/YYYY'),2)) = CALENDAR_YEAR_MONTH_CD,
MonthName((if(YDAY=Aggr( NODISTINCT Max(YDAY),Month_Name, Year_Name),YDAY))))
In your chart, can you add this as the fifth dimension and post two screenshots; 1 with selections and 1 without selection
Just FYI... My 5th Dimension Explains...
Last day of each month should be considered as the month value (as it is Accumulated in source data) and corresponding calendar year month also should match...
Don't know what to say brother... the value still didn't change... may be you can share a sample where you have this calculated dimension and we can take a look at it
Just FYI... My 5th Dimension Explains...
Last day of each month should be considered as the month value (as it is Accumulated in source data) and corresponding calendar year month also should match... (if u see on YDAY, 3 Calendar year month will match)
Sure... How do i share this directly with you? Email ?? or anything else ?
Not sure I understand this