I need to display data based on the date field (Active Data) Date in the Date field should be greater than sysdate.
Not sure to understand, but you can try to create a calculated field with formula looking like
IF(Date > CURRENT_DATETIME(), Active Data, NULL)
Then apply a chart filter excluding the rows when the calculated field is null.
I hope it helps.
Mehdi