Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Temporary announcement Post Reply Post New Topic
Author Message
sanur13
Newbie
Newbie


Joined: 25 Apr 2016
Location: France
Online Status: Offline
Posts: 18
Quote sanur13 Replybullet Topic: Temporary announcement
    Posted: 02 May 2016 at 8:26pm
The factory's closing for two weeks and I want to create a sign that tells this to the clients on all the reports, how can I do this? I'm guessing I'd have to use a sub-report but I'd like the sign to disappear after the closing period is over and I'd also like to find the easiest way to get it to appear in all the reports. Your help is much appreciated.

Edited by sanur13 - 02 May 2016 at 8:26pm
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 03 May 2016 at 3:03am
this is a very vague question but in general if you are asking about adding text to a report header consider
using a formula with an if then
place it into a report header b
make report header b suppress if empty
for the formula use the dates of closure as compared to today
e.g.
if datediff('d',CloseEndDate,today)>0 then 'Closing message here' else ''
IP IP Logged
sanur13
Newbie
Newbie


Joined: 25 Apr 2016
Location: France
Online Status: Offline
Posts: 18
Quote sanur13 Replybullet Posted: 08 May 2016 at 11:58pm
Thanks! Do I have to create the text with the formula in every report?
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 09 May 2016 at 3:06am
I don't really understand your question.
Is it a sub report?
Are you bursting grouped data to recipients?
IP IP Logged
sanur13
Newbie
Newbie


Joined: 25 Apr 2016
Location: France
Online Status: Offline
Posts: 18
Quote sanur13 Replybullet Posted: 09 May 2016 at 4:16am
No problem, I'll rephrase. I don't really know if I have to use a subreport or not. My need is as follows: the enterprise would like to display an add on all of its reports saying that the factory's closing from june 6th to june 12th. I'd like that add to dissapear on june 13th, cause the closing period will be over by then. How can I do that? Thanks a lot for your help. Best regards.
IP IP Logged
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.