Skip to content

Commit

Permalink
Update cbp.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermosillajelmy authored Nov 4, 2024
1 parent d06956f commit 9a8a79e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions schema/cbp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
</Hierarchy>
</Dimension>

IF(num_digits = 2, 'Sector',
IF(num_digits = 3, 'Subsector',
IF(num_digits = 4, 'Industry Group',
IF(num_digits = 5, 'Industry',
IF(num_digits = 6, 'National Industry', ''))))) AS classification

<Dimension name="Year" foreign_key="year" type="time">
<Annotation name="dim_type">TIME</Annotation>
<Hierarchy name="Year" primary_key="Year">
Expand Down Expand Up @@ -123,4 +117,4 @@
<Annotation name="units_of_measurement">Unit</Annotation>
</Measure>
</Cube>
</Schema>
</Schema>

0 comments on commit 9a8a79e

Please sign in to comment.