Hi all,
I have a line chart which shows data from jan2021 to jan2022 and in addition, I was asked to show a tool tip value
The logic for that tool tip value is when I hover on Jan22, it should show the sum(balanceofjan2022+balanceofJan2021).
NEEDED:
IF date1 <> date2 then sum(balanceofjan2022+balanceofJan2021). I would be happy even if I achieve the 2nd half of the logic.
I have tried various logics but none are working. Please help me