Hi All,
I have this interesting scenario:
I have two columns (DeptID & ProdID) in my table and If I build an attribute for each of those columns and try to display it on the report, I get the following:
__________________________________________________________
DEPTID PRODUCTID
0300 01020
0400 01030
0500 01040
__________________________________________________________
Now, Ideally I have only a 2-digit DEPTID and a 3-digit PRODUCTID like this...
___________________________________________________________
DEPTID PRODUCTID
03 102
04 103
05 104
___________________________________________________________
i.e. I need to truncate the last two digits from my DEPTID and the first and last digit from my PRODUCTID.
Is that something that I should do while creating the attributes?
Please help me on this.
Thank you.
- Leo
I have this interesting scenario:
I have two columns (DeptID & ProdID) in my table and If I build an attribute for each of those columns and try to display it on the report, I get the following:
__________________________________________________________
DEPTID PRODUCTID
0300 01020
0400 01030
0500 01040
__________________________________________________________
Now, Ideally I have only a 2-digit DEPTID and a 3-digit PRODUCTID like this...
___________________________________________________________
DEPTID PRODUCTID
03 102
04 103
05 104
___________________________________________________________
i.e. I need to truncate the last two digits from my DEPTID and the first and last digit from my PRODUCTID.
Is that something that I should do while creating the attributes?
Please help me on this.
Thank you.
- Leo