"Autodetect labels" button misidentifies label columns when first data cell empty

Issue #398 resolved
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Not have to think about label rows/columns during load.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open 10_empty_first_cell.pcl
  2. Click the "autodetect labels" button

CURRENT BEHAVIOR

Identifies the first 4 columns as label columns and the first 2 rows as label rows.

EXPECTED BEHAVIOR

Should identify the first 3 columns as label columns. The first row with data is identified just fine.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Look for any data in a column to identify it. This used to work in an older version of TreeView3. You might be able to utilize that older code.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (12)

  1. Anastasia Baryshnikova

    @hepcat72 made that file, he should be able to re-upload it (I don't have it on my computer).

  2. Log in to comment