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: ali1227
  • Order by date
  1. ali1227

    Memo Field

    I tried the same thing with crystal report 9 and it looks the field as varchar and working fine with sql expression formula but crystal 8.5 see this field as memo and i can not create a sql expression formula aginst the field. For the crystal report 8.5 and 9 i used the same oracle odbc driver...
  2. ali1227

    Memo Field

    synapsevampire can you please tell me how i can use SUBSTR(PERSONCSTMDATA.PERSONCSTMDATATXT,1,3) in crystal report. When i copy the above substr in sql expression, i got invalid function found here error message. I changed the substr to substring then i got the invalid string identifier error...
  3. ali1227

    Memo Field

    The SUBSTR(PERSONCSTMDATA.PERSONCSTMDATATXT,1,3) you suggested i tested it from todd and it return the result which i am looking for but when i use the {fn SUBSTRING(PERSONCSTMDATA."PERSONCSTMDATATXT", 1, 3)} sql expression in crystal 8.5 i got error "Error in compiling sql expression: Invalid...
  4. ali1227

    Memo Field

    Thanks for your reply. Substr syntax is working from todd but not able to get data in crysatl report.
  5. ali1227

    Memo Field

    Crystal Report 8.5 Oracle 9.2.0.7.0 In my table i have a field varchar2(4000) which is een by crystal as memo field. My criteria is based on memo field which i can not see. I tried to create sql expression like {fn SUBSTRING(PERSONCSTMDATA."PERSONCSTMDATATXT", 1, 3)} but it is giving me invalid...
  6. ali1227

    Publishing existing reports to intranet

    Thanks synapse. If i install the crystal enetrpeise on my web server and copy all my exisiting reports to web server then i would be able to run it from intranet site by creating links or not.
  7. ali1227

    Publishing existing reports to intranet

    Crystal 9.0, Oracle database I am trying to published my existing report which we designed in crystal report 9.0 as .rpt. We are currently running these report from HEAT application and working fine. Now the requirment has changed they want me to put these report on intranet site which is...
  8. ali1227

    Joing two report properly

    Thanks synapsevampire i was little desperate to run this report thats why i post it here. Its working now.
  9. ali1227

    Joing two report properly

    Crystal Report 9 and heat database Scenario is here; I am capturing all the calls open by Service Desk and group it by item (in group footer). Same time i am capturing all the call closed by Service Desk. Call opened by service desk is coming from Calllog table but to know who closed the call i...
  10. ali1227

    Drop Down List

    Thanks ca8msm thats a quick response. I have seen some web site that if you highlight a text or button it shows a kind of list i do not know either it's a drop down list or not. Is their a way to create a navigation button like menu button. Instead of bar i like to make it round
  11. ali1227

    Drop Down List

    i have a round button on my web page what i like to do is if i highlight the button it give me a list of resources and when i select any resource should be able to go to that resource page. I do not want to create a dropdown box. I need a round button that the requiremnt here. Can someone help...
  12. ali1227

    Sort order time

    Thanks Madawc i forgot to mention, i am using crystal report 9 and i am plotting graph for each hour. Currently i work around with formula but not in a smart way. I did a formula like if time(date field) = '12:00 pm' then ' 12 pm' and so on. I am using spaces to adjust sequence. It is working...
  13. ali1227

    Sort order time

    i have a report that has two days data start from yesterday 12:00 pm to todays 12:00 pm when i plot a graph agianst these date the graph comes okay. My manager wants to just show time not the date but when i convert the datetime to time it change the graph sequence order. It shows the todays...
  14. ali1227

    Group Sort Expert

    I think we can not use group sort expert with running totals. Thanks for lbass who asnwared this question earlier.
  15. ali1227

    Group Sort Expert

    Crustal report 9 I have a sub report that has following format Group header - CallItem (Suppress) Detail - Suppress Group Footer - Calllog, Running totals I am trying to select top 10 Callitems but Group Sort Expert is dim. I am not sure why is it happeing while i have a group in my report...
  16. ali1227

    Group By Month

    Thanks Synapsevampire that solved my problem. Yeah I am using running totals to calculate average call volume, average resolution time etc but i am accumunlating it for each application so i can use the maximum value for comparision with current month data with six month average. You helped me...
  17. ali1227

    Group By Month

    good idea thank you
  18. ali1227

    Group By Month

    Crystal 9/ Oracle 9i/ODBC Connection Is there a way i can group by month/year beause in my report i have group by month but as the new year start it change the sort order. I need a sort order sequentially because i am accumulating the last six month data in detail section and supress iy based...
  19. ali1227

    Temp Table in oracle and Crystal report

    Ido i have followed your instruction now error message has changed. Now it is Query engine error: 'HY000:[ORACLE][ODBC][Ora]ORA-01031:insuffient privilages ORA-06512: at 'Heat.TESTFORREPORT',line 7: ORA-06512 at line 1 But i have privilages full privilages of test environment. Line 7 is...
  20. ali1227

    Temp Table in oracle and Crystal report

    i am only testing this procedure that's why i did not pass any value to procedure. the error i am getting when i select the procedure from crytal report and click next is Query engine error: 'HY000:[ORACLE][ODBC][Ora]ORA-06550:line 1, column 14: PLS-00905:Object Heat.TESTFORREPORT is invalid...

Part and Inventory Search

Back
Top