Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Partial Date Post Reply Post New Topic
<< Prev Page  of 2
Author Message
tucker2m
Newbie
Newbie


Joined: 04 Aug 2011
Location: United States
Online Status: Offline
Posts: 15
Quote tucker2m Replybullet Posted: 13 Nov 2012 at 8:28am
So my typical formula works partially.

Local StringVar Dates := '';

if Not IsNull({eloans_csv.InfVenueStartDate0}) or Not IsNull({eloans_csv.InfVenueEndDate0}) then
(
    if Not IsNull({eloans_csv.InfVenueStartDate0}) then
        Dates := {eloans_csv.InfVenueStartDate0};
    if Not IsNull({eloans_csv.InfVenueEndDate0}) then
    (
        if Dates <> '' then
            Dates := Dates + " - " + {eloans_csv.InfVenueEndDate0}
        else
            Dates := {eloans_csv.InfVenueEndDate0};
    )
)

It repeats the information for each venue then.
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.