I have two tables,
They are linked by CustomerID. I have created a variable input Sales = StoreSales
and I want to display a table with the relative frequency of the occurence of the stores based on the variable Sales. So suppose I have selected Sales>3000
, my table will look like this:
But if I use the condition =if(round([StoreSales])>=$(Sales), StoreName)
in my table, I get null values in my table. Where am I going wrong/what am I missing? Are my tables not linked? Or is it because I have repeating CustomerIDs for the same store name?