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... How do i share this directly with you? Email ?? or anything else ?
Hi Sunny - I have created a dummy example of my DB.. You can try playing with it.. Only Hope
In the attached qvw file, when i click on the month, i dont want the chart to change (It should be static).. Plz Help..
PLZ AVOID USING ALTERNATE STATE & DETACH methods
Let me know other than the above mentioned methods, anything else is possible or not ?
I have shared the dummy example.. Plz Help!
Check attached
Changed the calculated dimension to this
=If((Right(Date(If(YDAY=Aggr( NODISTINCT Max({<CALENDAR_YEAR_MONTH_CD, YDAY, Month_Name, Year_Name>}YDAY),Month_Name, Year_Name),YDAY),'MM/DD/YYYY'),4)&
Left(Date(if(YDAY=Aggr( NODISTINCT Max({<CALENDAR_YEAR_MONTH_CD, YDAY, Month_Name, Year_Name>}YDAY),Month_Name, Year_Name),YDAY),'MM/DD/YYYY'),2)) = CALENDAR_YEAR_MONTH_CD,
MonthName((if(YDAY=Aggr( NODISTINCT Max({<CALENDAR_YEAR_MONTH_CD, YDAY, Month_Name, Year_Name>}YDAY),Month_Name, Year_Name),YDAY))))
Seems like you already got a solution to your issue in another thread
Hi Sunny - Yep..:) Anyways thanks for your time on this!! Really Appreciate
No problem at all