Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Requirement is like I need to show latest two years of data in Combo chart(i.e. 2018 & 2019), but after selection of year, it should show only selected year's (2018 )data.
Currently I'm using below formula:
if(GetSelectedCount(Year)>0,
count(distinct{<Ppty_Txn_Type2-={'Refinancing'}>}Record_ID),
count(distinct{<Year={">=$(vPrevYear)"},Ppty_Txn_Type2-={'Refinancing'}>}Record_ID)
)
But with this formula, i'm getting all the years on X-Axis as attached.
Please help with this requirement.
change your expression:
count(distinct{<Year={$(=max(Year)),$(=max(Year)-1)},Ppty_Txn_Type2-={'Refinancing'}>}Record_ID)
Regards
Did you try to check 'Suppress Zero-Values' on the presentation tab of the chart properties?