SOLVED
Indenting row using the Table Tool
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
brad_j_crep
8 - Asteroid
‎08-08-2016
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a report where I'd like to indent the rows where the first column is the same number. Something like this.
1234
1234
1234
5678
5678
5678
I'd like it to look like this:
1234
1234
1234
5678
5678
5678
Is it possible to do this in the table tool or using another set of tools?
Thanks,
Solved! Go to Solution.
Labels:
- Labels:
- Apps
- Preparation
- Settings
1 REPLY 1
Federica_FF
11 - Bolide
‎08-08-2016
06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Let's say your column is named [Column1], use a multi row formula and create a new field named [Column 2]
IF [Column1]=[Row-1:Column1] then [Column1]
else null()
endif