Pergunta
How to change the color of items in a quick filter to disable a selection when there is no record for a certain filter value?
How to change the color of items in a quick filter to disable a selection when there is no record for a certain filter value?
if isnull([Sales]) then null else DATEPART('year', [Date]) END2. Create the following parameter Parameter year.
DATEPART('year', [Date])=[Parameter year]4. Add filter to the filter card, select True
isnull(SUM([Sales]))
1