Hi All,
I got a request from user, the input file is like
Category
Value
A0.45
A1.2A2.1B0.3B0.93B3.2C2.1C0.2
And the output file generated in excel by using series is
Category
Value
A1
A2A3B1B1B4C3C1
They are using this to plot a curve chart in the excel, which is like a perfect normal distribution curve...
Tried using the Value in Tableau as a line chart, but its not a perfectly curved one...
Any suggestions...
Thanks in Advance,
Sree
5 answers
Hi,
Try this calculated field
Value calc:
CEILING([Value])
Attaching the workbook for your reference
If this reply helps, mark it as helpful/correct
Manoj