Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Report Titles and Multi-Value Parameters Post Reply Post New Topic
<< Prev Page  of 2
Author Message
adavis
Senior Member
Senior Member


Joined: 30 Oct 2012
Online Status: Offline
Posts: 104
Quote adavis Replybullet Posted: 09 Jan 2015 at 4:15am
Thanks for the updated link. I have not seen that page before.

I just tried the Multiple Number Parameter method that Ken Hamady provided, as:

WhilePrintingRecords;
    NumberVar Array Input := {?Route};
    NumberVar howmany:= count (Input);

    ToText(Input [1],0,'') +
    if howmany > 1 then ', ' + ToText (Input [2],0,'') +
    if howmany > 2 then ', ' + ToText (Input [3],0,'') +
    if howmany > 3 then ', ' + ToText (Input [4],0,'') +
    if howmany > 4 then ', ' + ToText (Input [5],0,'')


It worked perfectly! *sigh of relief*

Thanks so much for your help and the link. For now, I can start using it. When I have extra time I can dissect it and figure out why it works.
IP IP Logged
<< Prev Page  of 2
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.