This will probably sound like a newbie question to everyone. But I just started learning how to use CR. there are two main problems I am having.
1). The first problem is that I am trying to get a
report out that just outputs the partnumbers with a dash and a single digit extension., so I tried something like this"-1" in {Part Master.PRTNUM_01} or
"-2" in {Part Master.PRTNUM_01} or
"-3" in {Part Master.PRTNUM_01} or
"-4" in {Part Master.PRTNUM_01} or
"-5" in {Part Master.PRTNUM_01} or
"-6" in {Part Master.PRTNUM_01} or
"-7" in {Part Master.PRTNUM_01} or
"-8" in {Part Master.PRTNUM_01} or
"-9" in {Part Master.PRTNUM_01}
As my formula, but the result I got was as follows.
20943820948-12
23424332434-1
12431221312-13
Where it pulls up both single extensions and double (triple aLSO), how do i isolate it so only -1,-2,..etc comes up?
2. I'm trying to retrieve part id numbers by the dates that they were entered and /or the dates they were last edited. Please help out if you can.
1). The first problem is that I am trying to get a
report out that just outputs the partnumbers with a dash and a single digit extension., so I tried something like this"-1" in {Part Master.PRTNUM_01} or
"-2" in {Part Master.PRTNUM_01} or
"-3" in {Part Master.PRTNUM_01} or
"-4" in {Part Master.PRTNUM_01} or
"-5" in {Part Master.PRTNUM_01} or
"-6" in {Part Master.PRTNUM_01} or
"-7" in {Part Master.PRTNUM_01} or
"-8" in {Part Master.PRTNUM_01} or
"-9" in {Part Master.PRTNUM_01}
As my formula, but the result I got was as follows.
20943820948-12
23424332434-1
12431221312-13
Where it pulls up both single extensions and double (triple aLSO), how do i isolate it so only -1,-2,..etc comes up?
2. I'm trying to retrieve part id numbers by the dates that they were entered and /or the dates they were last edited. Please help out if you can.