Forum Discussion

jhauff77060's avatar
jhauff77060
Icon for Advocate II rankAdvocate II
8 years ago

Create a chart showing a mark for each day

Is it possible to create a chart showing a mark for each day, similar to that shown below (created in Tableau)?

8 Replies

    • jhauff77060's avatar
      jhauff77060
      Icon for Advocate II rankAdvocate II

      The formula below was used to create the "Flow Status" field (dimension) in Tableau.

       

      IF [Flow Hours] = 24 THEN "Full Flow" ELSEIF [Flow Hours] > 0 THEN "Transition" ELSEIF [Flow Hours] = 0 THEN "Shut-in" ELSE "No Report" END

       

      The Flow Status field was then placed on the marks card and colored red/yellow/green based on the result (Full Flow/Transition/Shut-in).

      • parry2k's avatar
        parry2k
        Icon for Super User rankSuper User

        seems like you can month on x axis, what is on y axis