Issue 6703 - automatic recognition of units like ° C in source data for charts please
Summary: automatic recognition of units like ° C in source data for charts please
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: frank
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-02 09:50 UTC by lars
Modified: 2013-02-24 21:20 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description lars 2002-08-02 09:50:33 UTC
So if there is a column which should act as source data, if every cell in this 
column has a number + the same sign, recognise this sign as unit and use the 
numbers as source data to build the chart.

(Currently I have to do "search <unit> replace <nothing>" to get the chart 
working)
Comment 1 frank 2002-08-02 10:21:17 UTC
Hi Lars,

this feature is implemented.

Just use a useerdefined numberformat for your Cells, something like this :

0,00 °C

Apply it to your cells and build a chart.

Best regards

Frank
Comment 2 frank 2002-08-02 10:21:57 UTC
resolved
Comment 3 frank 2002-08-02 10:22:12 UTC
closed
Comment 4 lars 2002-08-02 10:31:03 UTC
thanks,

but (oh no! "but" ! ...)

just as an addition:

if working with "text numbers" (issue 6357) is implemented in the 
future, such text-formated cells as I described above should be 
automatically recognised.

You know I'm often about saving as many mouse clicks and keyboard 
work as possible (and that is something current CPU power can be used 
for, not like other performance issues (issue 4664)).
Comment 5 lars 2002-08-02 12:11:33 UTC
also,

if the cell already contains "number + unit", specifying a custom 
mask "## unit" doesn't "do what one would like", because the cell 
content (was)is text and there is no single number fitting "## unit"; 
the undelying mask is "## unit" already though. So removing 
the "text" 'unit' makes the remaining part be number only and the 
mask is applied showing up as "number unit" in a number mask.

It will be better if there is automatic recognition of such text 
transforming it to "number unit" if unit specified in custom number 
mask matches the unit text in cell content.

So this should occur when applying masks; and when letting a chart be 
build upon that data, this transformation occurs only internally of 
the chart to get the data, the actual cell mask is not changed.

Do you think it's worth to reopen?
Comment 6 lars 2002-08-02 12:16:51 UTC
>You know I'm often about saving as many mouse clicks and keyboard 
>work as possible (and that is something current CPU power can be 
>used for, not like other performance issues (issue 4664)).

If you wonder then why there is number + unit if I could have just 
written number (and if necessary put the unit into the next columns 
cell and copying it as often as I need to), well, the Data came from 
a csv file and was not enterd by me...!
Comment 7 frank 2002-08-02 12:38:01 UTC
No