If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > Month from Year of String data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-10, 12:02
jkaufman jkaufman is offline
Registered User
 
Join Date: Oct 2007
Location: OKC, OK
Posts: 5
Month from Year of String data

I am using Crystal XI

I am wanting to create a report that takes the db array of data and looks at each section of the array and determines the position of the data within that section.
So when it looks at the data below, it would see the first section (789.6) and indicate that this is "1", 211.5 is position "2" and so forth for all 13 sections.

Keep in mind that once this formula is created, I will be wanting to create a new header with this new month formula so all product sold in that month will appear.

789.6;211.5;479.4;1170.3;944.7;1099.8;1198.5;1123. 2;1641.6;3542.4;187.2;259.2;0


FYI: This is the formula that I am using now to pull out the data

(local stringvar array x;
x:=split({oe_hist_prod.dollars-shipped}, ";");
(x[1]);)

Thanks for the help!

Last edited by jkaufman; 01-21-10 at 12:42.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On