Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dasiga222
  • Content: Threads
  • Order by date
  1. dasiga222

    Join two reports data

    Hi I am using Crystal Reports 10 I am having two reports The two reports are got from two different tables Each employee is given two types of tests The two tests results are stored in two different tables emp_Test1 and emp_test2 The employee takes the test1 2 times and takes the test2...
  2. dasiga222

    Create Formula field / SQL field in Crystal reports

    Hi I am using Crystal reports 10 I need to create a formula field / SQL query field which looks like this Select sum(sal) from employee where div_no <>'05' and start_date ='01-jan-2004' and mgr = {'?mgr}' where {'?mgr'} is the parameter which is being entered How can I do it ? I need to...
  3. dasiga222

    Add Data from two reports

    Hi I am using Crystal Reports 10 I am having two reports for discussion I am using a report which has the fields employee number , employee name location, division and Bonus There is another report which has the fields employee number , employee name location, division and Base salary...
  4. dasiga222

    Add values from two reports

    Hi I am using Crystal Reports 10 I am having two reports for discussion I am using a report which has the fields employee number , employee name location, division and Bonus There is another report which has the fields employee number , employee name location, division and Base salary...
  5. dasiga222

    Sum of group totals

    Hi I am using crystal reports 10 I am having different groups in my report I am taking report state wise of the sales data. I have a field which is sales_amt Each state is divided north direction, south direction east and west direction I take the sum of the sales direction wise ie...
  6. dasiga222

    Repeating pageheader

    I am using Crystal REports 10 I am having a group which keeps repeating on every page as a page header Now this group is also printing in some blank pages even after the data printing is over I want to eliminate this How can I do this ? I have unchecked the "KEEP TOGETHER " check box in the...
  7. dasiga222

    Substitute value in a string

    Hi I am using Crystal Reports 10 In my report , I am using a string variable. But it has unnecessary character "*" repeating in 5 - 6 instances . How can I replace that value "*" with a blank space " " . Could some suggest code? thanks Srini
  8. dasiga222

    Multiple values within Command

    Hi I am using Crystal reports 10 I was retrieving values from the employee table using a Command The command I am using is "select * from employee where dept_no ='{?dep_no }'" {?dep_no } is the parameter , I am using to retrieve the department number Earlier, I was submitting only one...
  9. dasiga222

    Linking parameters

    Hi I am using Crystal reports 10 In my report I have two parameter fields Parameter 1 and Parameter 2 Hi I am using Crystal reports 10 In my report I have two parameter fields Parameter 1 and Parameter 2 Actally they are {?emp_deptno } and {?dept_deptno} Earlier the users used to enter both...
  10. dasiga222

    Supress Page header in Sub report

    Hi I am using Crystal reports I am using a sub report within a main report As I could not use a page header in the sub report, I am using a psuedo group as a page header for the sub report I am using the property of "Repeat Group Header on Each Page" in the Change Group Option Now, this seems...
  11. dasiga222

    Cannot open report

    Hi I am using crystal reports10 I could not open up a crystal report Whenever I am trying to open that report I am getting the error "crw32.exe has generated errors and will be closed by windows" and entire crystal reports application is shutting down by itself I could not open up a...
  12. dasiga222

    Page Numbers of Sub Reports

    Hi I am using Crystal reports 10 I have a sub report with its page numbers in the page footer section of the sub report Now ,when I imported that sub report into the main report the page footer section is missing and I am not able to see the page numbers All that I see is the page numbers of...
  13. dasiga222

    Sharing values within Crystal Sub Reports

    Hi I am using Crystal Reports 10 I am trying to share variable values within sub Reports I am having two Sub Reports inside a main report. They are Report A and Report B In Report A, I have a variable, which is as follows Shar_Var whileprintingrecords; SHARED numbervar shar_var := 10; I...
  14. dasiga222

    Import subreport

    Hi I am using Crystal reports 10 Whenever I am importing a sub report into a main report The page header section of the sub report is being changed into report header section I would like to avoid that before the import data was there in the page header section of the sub report After sub...
  15. dasiga222

    Sub report Missing

    Hi Thanks Ibass and Turkish bear for your responses Actually I knew what the problem was The report1 itself has a sub report rep_sub built in it When I am trying to insert the Report1 as a sub report into the Main report , the sub report within the sub report (ie sub_rep) is not getting...
  16. dasiga222

    Place subreports in Main report

    Hi I am using Crystal Reports 10 I have two sub reports Report1 and Report2 in the Main report, in a group header Now I need to insert Report2 below Report1. The thing is , Report1 is running into 30 or 40 pages and cannot determine exactly where I need to place the Report2 Can someone...
  17. dasiga222

    Assign Parameter field to a formula field

    Hi I am using Crystal reports 10 I have a multiple value parameter field I am storing the values of employees number in the parameter field '{?emp_no}' At the beginning of the report I entered 10 empployee numbers 10, 20 , 30..etc Is there a way that I can construct a formula field which will...
  18. dasiga222

    Multiple Parameter values

    Hi I am using Crystal reports 10 I am retrieving the employee details I will be giving the employee number as the paramater as for that parameter value I was able to retrieve the values For example , if passed {?epm_no} value as 10, all the employee with number 10 used to come up If I...
  19. dasiga222

    parameter field

    Hi I am using crystal reports 10 In the data expert section, I am fetching the data from backend table using a command I need to fetch all the employees based on a divisioon number which I give as a parameter The query which I am giving is select * from emp where div_no = '{?div_no}'...
  20. dasiga222

    Suppressing Sub report

    Hi I am using Crystal Report 10 I have a sub report, which is included in the main the report There are some variables which are shared between sub report and main report The total sum got from sub report is taken as a shared variable in the main report calculations The problem is.. Whenever...

Part and Inventory Search

Back
Top