Questions tagged [suppress]
173 questions
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
0
votes
2 answers
Supressing section in Crystal Reports with subreport
I am trying to create a report in crystal reports 11 based on this sql query
SELECT *
FROM (table) OM, (table) OL, (table) C
WHERE OM.ORDER = OL.ORDER
AND OM.COMPANY = C.COMPANY
AND (EXISTS (SELECT *
FROM (table) OSD,…

Bryan
- 23
- 2
- 9
0
votes
1 answer
Where can I look up the namespaces for stylecop rules so that I can suppress them?
There seem to various questions asking specifically how to suppress particular stylecop warnings, for example:
[SuppressMessage("Microsoft.StyleCop.CSharp.OrderingRules", "SA1202:ElementsMustBeOrderedByAccess"]
But where can I authoratively look to…

Silas Davis
- 712
- 1
- 9
- 15
-1
votes
1 answer
How to suppress the return of shutil.copy2() in Python?
It returns the target file path to the console after executing shutil.copy2(), which is annoying.
I would like to silent the output.

CcMango
- 377
- 1
- 4
- 15
-1
votes
1 answer
Stopping jquery click event when an tag is clicked
I am displaying record information in a table. Based on user rights, I am adding a class to certain of the elements that allows them to launch an on the fly editor. This all works great until I have a element that displays an tag…

Keith Clark
- 609
- 1
- 7
- 19
-1
votes
1 answer
Suppress 0 in the Spotfire visualization
Is there a way to suppress value 0 in the visualization. My visualization has so much of data and our business team doesn't want to display value 0 in the visualization. is there a way to suppress it. Attaching below the Original output and expected…

venkatesh selvaraj
- 69
- 1
- 8
-1
votes
3 answers
SAS / PROC FREQ TABLES - can I suppress frequencies and percents if frequency is less than a given value?
I'm using tagsets.excelxp in SAS to output dozens of two-way tables to an .xml file. Is there syntax that will suppress rows (frequencies and percents) if the frequency in that row is less than 10? I need to apply that in order to de-identify the…

doctorjay
- 11
- 7
-2
votes
3 answers
set_error_handler, How do I suppress E_NOTICE in php
How do I suppress E_NOTICE in this php function, I don't want to get email, about non declaret variables, from a production site ?
I have tried to out comment case E_NOTICE: but then the program just jumps down to default: exit("Unknown error at…

Anders
- 93
- 4