Example I am working from:
I would like to make changes on how the numbers are displayed and how the Change type is displayed.
CR_Numbers: Format([CR_No]+([Sub_No]*.001), "Fixed") is what I am using to get the numbers at this point. What I would like to do for the number is
Case A
CR_No =333 Sub_No =0 Display the first Set of the CR as 333
CR_No =333 Sub_No =1,2,3.... Display the CR as ....01, ...02 (where the . = a space where the 333 would normally reside)
It would look like:
333
......1
......2
......3
Also if the Change Type is the same throughout the CR series, how could I have it display in the first CR where it =.00?