Table contains date and ice-cream sales. Based on Ice cream field highlight the 1st negative number.
I am creating a calculation field using the Index function. Indexing func: IF SUM([Sales]) < 0 THEN INDEX() END
And I am comparing it with the actual index function [![enter image description here][1]][1]below.
Index() = Indexing func I dragged this comparison calc field to color, whenever it matches it should highlight the 1st negative number.
But it is highlighting all the negative numbers in the field.