No, Hide isn't always true, because once I drill down, Group 1 is not visilbe anymore. Only Group 2 and the Detail section are visible in the drill down. Therefore, once I drill down, Hide becomes false and the Detail section becomes visible. The problem is that the Detail section suppresses...
Yes. I want to Group 2 and Details sections to appear at the same time.
I have tried adding a formula that sets a boolean value to true in Group 1. Then placing a conditional suppress in the detail section based on whether the first formula is true.
The 1st formula (in Group 1):
global...
I am using CR 8.5.
I have a report that contains two groups. Group 2 is hidden for drill-down. I want to be able to conditionally suppress my Detail section so that when I drill-down into Group 2 it shows the Detail section as well (but not until Group 2 is visible).
Usuing CR 7 with SQL database.
I am trying to create a formula that displays the previous year if certain conditions are true.
For example:
X is number field
if X > month(CurrentDate) then ["January", "February", "March", "April", "May"...
Usuing CR 7 with SQL database.
I am trying to create a formula that displays the previous year if certain conditions are true.
For example:
X is number field
if X > month(CurrentDate) then ["January", "February", "March", "April", "May"...
I have a report that contains three groups. I have set "New Page After" in Group Footer #1 and Group Footer #2. I have setup this report as a drill-down, so that only Group Header #1 is visible until you drill-down. The problem comes when I move to the second page of the report (not...
Is it possible to force specific colors on each of the bars of a chart without them be visible at design time? I want to be able to have a specific color scheme for all of my charts (so that they are the same for every report).
For example, say I had one report that only 3 records and another...
I am using Crystal 8.5, with SQL Server 2000. I am trying to create an OLAP report in Crystal, but I am running into a problem. Here are the steps I go through when trying to get it to work: choose OLAP Report Exert, click Server Type button, choose OLE DB for OLAP, Provider is MS OLAP, enter...
I am using Crystal 8.5, with SQL Server 2000. I am trying to create an OLAP report in Crystal, but I am running into a problem. Here are the steps I go through when trying to get it to work: choose OLAP Report Exert, click Server Type button, choose OLE DB for OLAP, Provider is MS OLAP, enter...
The answer to your question is no, if you placed the conditional suppress in Format Section. In other words, if policy.status is ever equal to Surrendered, then the entire section that you placed the conditional will be suppressed.
Are you getting data back that contains a status of...
A conditional suppress gives a boolean result, which means that you don't need an if then else or a suppress command for it to work. You just need the following:
{policy.status} = "Surrendered"
Is it possible to sort a report while in the preview window?
What I am asking is whether it is possible to setup a report so that a user can click on a specific field header and have it sort by that column (a-z, z-a, highest to lowest, lowest to highest, etc) for the entire report?
I need...
Is there a way to put an underlay (such as a watermark) in a report, such that it still displays after being drilled down?
Where would the underlaid watermark be placed?
Thanks.
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.