Questions tagged [suppression]

Suppression is a form of technical filtering (e.g. of alert messages, signals, ...) where some output is withheld from being displayed after being generated in order to reduce the overall amount of information. Compared to filtering, the suppressed items are not thrown away, they get just not displayed. This could be due to user's configuration/customization in some system settings or profile, configured by a set of rules.

67 questions
0
votes
2 answers

Crystal Report suppressing columns according to days

I have created a report which is basically a pivot table (days as columns), so the must report shows the columns according to the respective month i.e 28 columns will be for February. I have tried it with the parameters, but got no result. Can…
0
votes
2 answers

Crystal Reports: How to suppress all records in group if ONE based off the value of 1 field

I have a report which lists all employee timesheets (grouped). Each employee will have a record for each day (5 records in total) per group. I want to suppress ALL records for a employee if ANY of the 5 records has a value in a particular field…
mrgunston
  • 17
  • 1
  • 2
  • 5
0
votes
1 answer

ClickSuppressor in Web Applications

for my Winform applications I have used ClickSuppressor so that pereventing multiple action by pressing button twice or more. I am wondering what about the WebForms and MVC applications? Do we also need to use ClickSuppressor in this kind of…
Jack
  • 1
  • 21
  • 118
  • 236
0
votes
2 answers

I need the details section to suppress if a custom date field is blank in Crystal Reports

I have the following suppression formula in the details section: {JCJM.udRough} <= #1/1/2013 12:00# AND {JCJM.udTrim} <= #1/1/2013 12:00# and it works. However, I also need it to suppress if the udRough or udTrim field is blank. When I try to add…
Alicia Uhacz
  • 77
  • 6
  • 20
0
votes
1 answer

Time/Date based suppression system

We're coding a system that parses time based events, and we'd like to implement a suppression system for these events where we can give cron-like syntax for matching against. e.g. suppress if... .. the event occurs on the last Friday of the…
AndyC
  • 2,513
  • 3
  • 17
  • 17
0
votes
1 answer

Crystal Reports: Suppression is hiding records on the next page

I have a Crystal Report where I want to display only the first ItemNum row. I used the following expression (?) to suppress subsequent records. Previous ({ItemHistory.ItemNum}) = ({ItemHistory.ItemNum}) My problem is that when I use a parameter…
Sun
  • 2,595
  • 1
  • 26
  • 43
0
votes
2 answers

Crystal Reports: Suppressing a field conditionally according to group name in current page

I have a group named: "Group #1 Name" and as you know when viewing the report at the first page in Group 1 section we see the title of group but this is not appears in next page till we navigate to next group. Now i want to display the current Group…
Mehdi
  • 5,435
  • 6
  • 37
  • 57
1 2 3 4
5