dfwcharles
Technical User
Hello,
I have an inventory report with account numbers as follows:
410003,413001,413002,413003,413004,416001,416002,416003, etc... I want to group the report using only the frist four characters of the account number, ie 4100,4130,4160. I used this forumla to create the group names,"left ({item.accountnum},4)". The problem is everytime the last two digits of the account number change, I get a new group.
Heres an example:
acct# total orginal values examples (not in report)
4100 870.13 (orginal acct# 410001)
4100 534.60 (orginal acct# 410002)
4130 697.17 (orginal acct# 413001)
4130 660.52 (orginal acct# 413002)
4130 15.96 (orginal acct# 413003)
4160 787.91 (orginal acct# 416001)
4160 638.53 (orginal acct# 416002)
4160 429.13 (orginal acct# 416003)
4160 811.79 (orginal acct# 416004)
My ultimate goal is to combine the total column figures for each acct# . My report should look something like this:
acct# total
4100 1404.73
4130 1373.66
4160 2667.30
Thanks in advance
Charles
I have an inventory report with account numbers as follows:
410003,413001,413002,413003,413004,416001,416002,416003, etc... I want to group the report using only the frist four characters of the account number, ie 4100,4130,4160. I used this forumla to create the group names,"left ({item.accountnum},4)". The problem is everytime the last two digits of the account number change, I get a new group.
Heres an example:
acct# total orginal values examples (not in report)
4100 870.13 (orginal acct# 410001)
4100 534.60 (orginal acct# 410002)
4130 697.17 (orginal acct# 413001)
4130 660.52 (orginal acct# 413002)
4130 15.96 (orginal acct# 413003)
4160 787.91 (orginal acct# 416001)
4160 638.53 (orginal acct# 416002)
4160 429.13 (orginal acct# 416003)
4160 811.79 (orginal acct# 416004)
My ultimate goal is to combine the total column figures for each acct# . My report should look something like this:
acct# total
4100 1404.73
4130 1373.66
4160 2667.30
Thanks in advance
Charles