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 strongm 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: kamkaro
  • Content: Threads
  • Order by date
  1. kamkaro

    Error: ORA-01722: Invalid Number when use Sum()

    Hi All, I am having difficulties for sum() function, getting ORA-01722: Invalid Number error. Problem: My following simple query working fine in both Oracle(Toad) and Crystal Report (SQL Expression) select sa.acct_id, adjc.char_val KWH from cisadm.ci_ft ft...
  2. kamkaro

    Convert Varchar2 to Number datatype

    Hi All, Problem: In my store procedure, I have a column ABC which data-type has varchar2. Column ABC contain numeric and non-numeric values. I would like to convert varchar2 to in Number. When I am using to_Number() function, it throw me "invalid Number" error. When I used "regexp_like(ABC...
  3. kamkaro

    Default value for multiple values Parameter

    Hi All, For Multiple value Parameter, my following code is working fine in Expert command. Code: where SA.SA_STATUS in {?status_flg} Now I am using the following code for default value (If user does not enter anything then crystal report use default); Code: WHERE SA.SA_STATUS_FLG in...
  4. kamkaro

    Display Max Values in Report Header

    Hi All, Please help me here. I have 4 columns where I used max formula in order to get only one value. Now I want to display all four values on report header. After insert the following filed into the Report header I am getting all values accordingly with no issues. {Max of...
  5. kamkaro

    Multiple values option in Parameter not working

    Hi All, Requirement: Created one String parameter {?status_flg} where user can chose multiple values. Using: After created the String parameter, I selected the "Allows multiple values" check box, but when I am calling this parameter {?status_flg} in my Command(SQL expert), getting error 'right...
  6. kamkaro

    In Formula, Convert date to string data types

    Hi All, Please give me your expert suggestions, when I am creating the formula, getting the following error. Function: if {?Start_date} = '' then {Command.LAST_MONTH_ST_DT} else {?Start_date} Error: A date Time Required Here for {Command.LAST_MONTH_ST_DT} . Where: {?Start_date} is String...
  7. kamkaro

    Sub-report Parameter Links not available

    Hi All, As I am new CR developer, please help me regarding to sub report parameter's links. My main report is pointing to DB package along with 3 parameters (P_start_dt, P_end_dt, Leap_flag) and my Sub-report has Command query where I created 3 parameters (start_dt,end_dt,leap_flag) which I...
  8. kamkaro

    How Date Parameter leave Null

    Hi All, I am using Crystal Reports 2008, I have two parameters setup ... one is for a string and one is a date. I added these to the Select Expert and if they are both filled out by the user then the report works fine ... For scheduling, if date parameter leave blank than date parameter...
  9. kamkaro

    Sub report not displaying from InfoView

    Hi All, I created one main Report and couple sub reports with the on-demand and Suppress options. Both Main and sub reports are working fine from Crystal Report designer but when I am opening from InfoView "sub reports" are not showing/displaying, only Main Report is displaying from InfoView...
  10. kamkaro

    How to set Null option in string parameter

    Hi All, I am trying to create one User parameter (Data type is string) where if user does not enter any value, crystal report should consider NULL value. When i am creating parameter from Command, does not allow to change Optional prompt (False to True) in Edit parameter though. Could...
  11. kamkaro

    Same Parameters for Main and Sub report

    I would like to allow my users to enter 2 parameters (Start and End date) in the primary report and have that parameters be passed in some manner to the sub report. Ideally, user makes one parameter selection and have that parameter work in my primary report as well as in the sub reports as...
  12. kamkaro

    Export Sub Report to Excel

    Hi All, I have 1 Main Report and 3 Sub Reports (same Database), and would like to Export into Excel file/format. Please see the following questions where I am facing issues; 1) If I choose on-demand and Suppress option in Sub report format, I am not able to see Sub Report data in Excel. 2) If I...
  13. kamkaro

    Sub report not displaying from InfoView

    Hi All, I created one main Report and couple sub reports with the on-demand and Suppress options. Both Main and sub reports are working fine from designer but when I am opening from InfoView "sub reports" are not showing/displaying only Main Report is displaying. In order to display Sub reports...
  14. kamkaro

    Sub-Report Export into the Excel

    Hi all, I am using Crystal report 2008, Exporting Main and sub-reports into the one Excel file, Main report is fine but sub-reports appear blank when I am selecting the Suppress option under Format Editor (my sub report is under Page Header section not in detail though). Basically, I am doing...

Part and Inventory Search

Back
Top