GSG
Participant
Member since ‎08-21-2017

User Statistics

  • 51 Posts
  • 0 Solutions
  • 3 Kudos given
  • 1 Kudos received

User Activity

Hello All,I have created a Group formula as follows:local numbervar i;local stringvar ID := {Command.EVSTRNAME};local stringvar ID2;If isnumeric(ID) Thentonumber(ID)Else(for i := 1 to len(ID) do(if ID[i] IN ['0' to '9'] thenID2 := ID2 & ID[i];);tonum...
Hello Sap Community, When trying to export or go to the end of the last page, I am getting the SAP Crystal Reports error : "An Array's dimension must be an integer between 1 and 1000" After clicking "OK" an existing following formula pops up: ...
Hello All, I am getting the following error : An array's dimension must be an integer between 1 and 1000 with the following formula. Please advise. WhilePrintingRecords; stringvar array plant; redim preserve plant[GroupNumber]; pla...
Hello All, I am seeking help to create a group based on numeric values. I have data values like 101, 101 BD, 102, 102BD and so on. I want to create a group based on numbers. The groups would be like 101, 102, 103 and so on. Please advise. I would a...
Hello All, I am trying to create a single group from the detail section by using "IF" function to get a higher time value in the Group section. Here is the problem screenshot: I used "IF" as followings: if {Command.ACTIVITY} =0 then minimum(...
Kudos from
Kudos given to