9 Replies Latest reply on Jun 19, 2019 11:54 AM by Paul Wachtler

    a field must be aggregate or constant tableau table calculation error

    Ishita Ishita

      Hi,

       

      I am trying to identify the data between Quartile 1 and Quartile 3 for a measure, for each 'Status.'

      I am using the below formula but I am getting the error "all fields must be aggregate or constant when using table calculation functions or fields from multiple data sources"

       

      RANK_PERCENTILE({FIXED [Status]:sum([measure])})<=0.75 and RANK_PERCENTILE({fixed [Status]:sum([measure])})>=0.25

       

      Please let me know where am I going wrong.

       

      Thanks!