Forum Discussion
jhauff77060
Advocate II
8 years agoCreate 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
- parry2k
Super User
what is the value for mark? What define the color?
- jhauff77060
Advocate 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
Super User
seems like you can month on x axis, what is on y axis