Results 1 to 2 of 2

Thread: display array

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2002
    Location
    Istanbul
    Posts
    49

    display array

    hi,
    I am having problem with inserting the progress data
    to crystal report.
    I am using Progress Database with Merant Progress SQL
    driver. In my db, I have a table with a field defined
    as extent 5.
    it has the following values: 12 23 345 12 23. When I
    place the field on the crystal report it displays
    "12;23;345;12;23". How am I suppose to make CR to display
    every value seperately.
    thanks in advance.

    fatih
    Calf

  2. #2

    Thread Starter
    Member
    Join Date
    Apr 2002
    Location
    Istanbul
    Posts
    49

    Re: display array

    add command in the CR like this

    select
    ( "PUB"."salesrep"."RepName" ) As Name,
    ( "PUB"."salesrep"."Region" ) As Region,
    ( PRO_ELEMENT("PUB"."salesrep"."MonthQuota",1,1) ) As January,
    ( PRO_ELEMENT("PUB"."salesrep"."MonthQuota",2,2) ) As February
    FROM "PUB"."salesrep"

    and than in the CR design drop field

    name region January February


    thanks all
    Calf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width