I need to suppress section if the ruleid exist
ruleid has multiple records (derived from another table, other than real data table)
ruleid
2
7
11
25
any help?
I am using CR 10
I need to suppress a section(which has values from A), if the value of B.inactive is not 1 and certain other conditions
The table B has records based on
companyId, ruleId and reportId
I try to use like this
{B.Inactive}
and {B.ruleId}=2
and {B.reportId}=1
and {A.CompanyId}=...
I have multiple fields appearing in a single report
data is like
field1 field2 filed3 field4
... ... ... ....
I need to report like
field1
1 field2
2 field2
3 field2
... ...
field1
1 field3
2 field3
3 field3
... ....
I...
select
clip.RiskStateId,
clim.DistributionSource as DistributionSource,
Field1 ,
field2,
Field3,
Field4
from
cli.policy as clip , cli.METLIFEPOLICY as clim
where
YEAR(clip.Expdt)= 2004
and MONTH(clip.Expdt)= 6
and clip.riskcheck=1
and field1=clim.IDnum
group by...
I have data from stored procedure with passed parameters.
I need to create report like using CR8.5
Section1
state Amount
----- -------
CA $30
TX $25
....
Section2
state Value
----- -------
CA 130
TX 225
I have...
After upgrading to latest PHP (4.3.0), I am facing problem with sessions variables, form variables and so on.
Right now most of hosting uses register_globals as on.
I changed few, but would like to know from others, to list what all should be changed?
I want the code should work either in...
I need to know the filename and full path, which will be loaded after some time.
eg
I need this as one variable
"C:\Documents and Settings\ulag\My Documents\b_card.doc"
It is so simple, but I have problem.
Please help me.
When I load, I get like this in my local system...
I have pulldown menu, which needs to be called at multiple times in a page:
For example this one
for ($i=2;$i<=91; $i++) {
if((($i+$wday)%7)!=0 && (($i+$wday)%7)!=1) {
$tomorrow = mktime (0,0,0,date("m") ,date("d")+$i,date("Y"));
$date4 = date("F d, Y -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.