Business View Record selection??

Hi team,
I am just wondering is there a way to implement record selection formula at business view level ,
we are using Cyrstal Reports XI Enterprise
Actully i need 'ALL' Value in parmeter to be used to fetch all data when we select in the list. I can to do this at Report level
Please suggest me one good workaround for this....
Any help appreciated...
Regards,
nani

Hi Joey,
This should work.  The only reason I can think of why this is happening is if there is no matching records between your view and table. 
If you create a simple query in ISQL that links the table and a view, do you get records?  If not then have a closer look at the view.  Possibly the fields you are linking on are different types. 
Good luck,
Brian

Similar Messages

  • Is there any provision to view the selected record using SYS_REFCURSOR?

    hi friends ,
    I was using SQL Server . now i am shifting to Oracle . so we are changing the Stored Procedures in SQLServer to Oracle SP's. I have given the structure of procedure given below . If possible , i want to see the output of select statement in the TOAD editor . If any body knows please help me
    CREATE OR REPLACE PROCEDURE PS_AON
    P_STATUS OUT VARCHAR2,
    P_CUR OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN P_CUR FOR
              select colum1,column2,column3 from Table 1;
    EXCEPTION
                   WHEN OTHERS THEN
                   P_STATUS:=SQLERRM;
    END;
    This is one of the model of stored procedures i am using . And the editor i am using is TOAD 7.3.0 and oracle 9i. Is there any provision to view the selected records by running this procedure in TOAD editor
    thanks & regards

    (assuming you have relatively recent version of TOAD).
    Write a small block to call the procedure (or use Toad's 'execute procedure' option) as in the example below. Note the ':' in front of 'v_cur_out'. When you run the block, TOAD will prompt you for a value / datatype for 'v_cur_out'. Ignore the value, set the datatype to 'Cursor' and click OK. The resultset (if any) will be displayed in the Data Grid window below.
    DECLARE
       v_status VARCHAR2 (32767);
    BEGIN
       ps_aon (v_status, :v_cur_out);
       DBMS_OUTPUT.PUT_LINE ('v_status => ' || v_status);
    END;
    /

  • Slow record selection in tableView component with large number of records

    Hi experts,
    we have a Business Server Page (flow logic) with several htmlb:inputField's. As known from SAP standard we would like to offer value helper (F4) to the users for the ease of record selection.
    We use the onValueHelp() method of the inputField to open a extra browser window through JavaScript. In the popup another html-website is called, containing a tableView component with all available records. We use the SINGLESELECT mode for the table view.
    Everything works perfect and efficient, unless the tableView contains too many entries. If the number of possible entries is large the whole component performs very very slow. For example the selection of the record can take more than one minute. Also the navigation between pages through the buttons at the bottom of the component takes a lot of time. It seems that the tableView component can not handle so many entries.
    We tried to switch between stateful and stateless mode, without success. Is there a way to perform the tableView selection without doing a server-round-trip? Any ideas and comments will be appreciated.
    Best regards,
    Sebastian

    Hi Raja,
    thank you for your hint. I took a look at sbspext_table/TableViewClient.bsp but did not really understand how the Java-Script coding works. Where is the JavaScript code in that example? Which file, does it contain.
    Meanwhile I implemented another way to evite the server round trip.
    - Switch page mode of the popup window to "Stateful"
    - Use OnInitialization method like OnCreate (as shown in [using OnInitialization like OnCreate])
    - Limit the results of the SELECT statement with UP TO 1000 ROWS
    Best regards,
    Sebastian

  • Regarding LOV's in Crystal Reports- Business View

    Post Author: crystalappu
    CA Forum: General
    Hi All, I have developed a Business View for our crystal reports, We have like two levels of cascading prompting. In which the user can select ALL option in drop down LOV's in second level. I have added an 'all' object using command object in Business View. But when my Crystal report Developer is accesing my LOV prompt Group he is unable to see ALL in drop down LOV. But when i browse field in my command object i can see my 'ALL' object in it. Any idea upon this?

    Post Author: synapsevampire
    CA Forum: General
    Perhaps you should post an example or explain using technical information how you added this command object?
    Did you use a UNION ALL?
    -k

  • Passing Value from Crystal Report (special function) to Business View parameter

    Friends,
                 Í have a scenario where i need to pass value from Crystal Report to a Business view's parameter.
    Eg : CurrentCEUsername (func in crystal report)-- gives login user  which i should pass to parameter in a Business view (used in the same report).
    Will be able to explain more if required.
    Thanks in Advance,
    Bharath

    I guess you got the picture wrong.  User_id is not a report_level parameter .
    In Data Foundation, below query is used..
    select Acc_Number, Account_Group,User_id  from Accounts where user_id={?User_id}
    where in {?User_id}  is the BV parameter...
    The Filter was a solution. But it takes long time to Query all the data from DB and then filter at BV level.
    How do i pass the CurrentCEUsername to {?User_id}
    Value should ve CurrentCEusername always. so that query will be
    select Acc_Number, Account_Group,User_id  from Accounts where user_id=CurrentCEusername
    It will restrict the data pulled from DB to BV .. right?

  • LOVs in Business View Manager

    Hi All,
    I know the implementation of dynamic cascading parameters using list of values in Crystal XI.
    But i need some information regarding Business View Manager.
    Country > Region > City - This is my desired cascading parameter. For creating this parameter, what should be my data foundation?
    Select country,region,city from customer
    Can i use this query in my data foundation? I think this will duplicate the values inside country and region...
    Please help me in this issue....
    Thanks,
    Meena

    If you're interested in getting the best performance for your DCP, try this article:
    [Crystal Reports XI R1 And R2 Dynamic Cascading Prompt Performance 1.8|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e073744a-693f-2b10-b5b8-b216437cb007]
    I'd recommend the chapter "Cascading LOV Data Access Tuning", it explains how you can configure your LOV to ensure on-demand access for each level of the LOV.

  • Opening updated report fails because record selection filter is invalid

    I am trying to update a report stored in BOE XI.  The report has been modified and the main part of the report has been moved to a subreport.   I first replace the .rpt file with the updated report.  Then I attempt to open the report using the code below it, but it throws an error and complains about an unknown field being mentioned in the filter
    oReportAppFactory = (IReportAppFactory) es.getService("", "RASReportService");
    oReportClientDocument = oReportAppFactory.openDocument((IInfoObject) oReport, 0, Locale.ENGLISH);
    ERROR MESSAGE: Cannot open report document. --- This field name is not known.
    Details: errorKind
    Error in File /opt/bobje/bobje/tmp/{F395AC11-26FC-11DF-A70C-00065B8B38B5}.rpt:
    Error in formula  <Record Selection>.
    '// Filter on desired date range
    This field name is not known.
    Details: errorKind
    If I manually delete the record selection filter in CMC before upgrading the report all works fine.  So, do I need to remove the filter before attempting to open the report or is there another step I'm missing to refresh the report using the newly updated .rpt file? 
    thanks,
    Brett

    The relevant part of the stacktrace is below.  
    java.lang.UnsupportedOperationException
            at com.crystaldecisions.sdk.properties.internal.AbstractSDKList.remove(Unknown Source)
            at java.util.AbstractList$Itr.remove(AbstractList.java:436)
            at com.crystaldecisions.sdk.plugin.desktop.common.internal.i.do(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.f(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.f(Unknown Source)
            at com.crystaldecisions.sdk.plugin.desktop.report.internal.e.refreshProperties(Unknown Source)
    The context is the same as the original post...
    An existing report is being updated.  The original report uses a single view and has a record selection filter.  The updated report uses the same view in a subreport, and the main report has no record selection filter.
    .rpt file is updated using IReport.replaceUnique(int, File).  
    Changes are committed to IInfoStore -> iStore.commit(IReport)
    Refresh options are enabled
    IReportRefreshOptions refreshOptions = oReport.getReportRefreshOptions();
    refreshOptions.removeOption(IReportRefreshOptions.CeRefreshOption.TITLE);
    refreshOptions.removeOption(IReportRefreshOptions.CeRefreshOption.DESCRIPTION);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.PROMPT_VALUES);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.RECORD_SELECTION_FORMULA);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.GROUP_SELECTION_FORMULA);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.PRINTER_OPTIONS);
    refreshOptions.addOption(IReportRefreshOptions.CeRefreshOption.DEFAULT_LOGON_INFO_VALUES);
    Properties are then refreshed using IReport.refreshProperties() which throws the UnsupportedOperationException
    changes are again committed.
    thanks,
    Brett

  • Issue with creating List of Values in Business View Manager

    Hi,
    Could any one help me to figure out what this issue refers to?
    When i created a List of Values in Business View Manager, it is throwing the following error!!!!
    The List of Values used by this parameter cannot be based on a Business View derived from the current Data Foundation or Business Element.
    Prior to creating LoV, i've done successfully with creating Data connection, Data foundation, Business element and Business View..
    Thanks
    Viswa

    Hi Visaw,
    Firstly,
    -->Open Repository Explorer,
    -->where you are have related DF,DC,BV,BEand LOV's
    -->Right click on LOV's -->There you can find Schedule list of values.Then schedule list of values and check if it prompts for errors.
    If you face the same problem, what is the error you are getting.
    Else try to use the LOV's and proceed further.
          -->Check whether the LOV's are pointing to the same Business View and check the Business view pointing to the same Datafoundation.
    If you are facing the same problem then try with the below steps:
    -->Try to Create a report at designer level Using then Business view
    -->Create two new parameters and select the existing parameters(LOV parameter's)
    -->Check whether it is working.
    -->If you  face the same problem ,Update the connection of Business view manager.
    Go to Database tab-->Select Set DataSource  location and update it with current Businessview Manager.
    Try this ,and let us know.
    Regards,
    Navin

  • Record Selection doesn't work with VS 2005 & CR 2008

    Hi all,
    Recently I installed CR 2008 with Service Pack 1 and integrate with Visual Studio 2005. I converted all the CR reports to CR 2008 while opening the VS project which was created earlier.
    My problem is when I load the Crystal report via created application, record selection formula doesn't work instead it shows all records. But in designing time it works fine. Reports which designed with SQL Server Stored Procedure working fine. But reports which designed by adding Tables don't work. It shows all the records without record selection.
    I used simple Record selection formula without using any parameter fields. like this
    tTransactionDetails.acid} = 1
    . still it didn't work.
    When I put break point and see assigned values in Report Document object. It shows
    Function evaluation timeout
    . and then run, it do the record selection. I did this several times, all the time if I see assigned values in Report Document object then the report showed the selected records only otherwise it shows all the records.
    I tried this just running the application exe, still the problem remaining.
    I have saved the reports without the data, so that it will always load the data from the SQL database.
    Please help me to solve this problem.

    Sorry i couldn't do search before I posted the thread. After posted, I just did a search and found the solution by reading [this thread|https://forums.sdn.sap.com/click.jspa?searchID=20348355&messageID=6774564|https://forums.sdn.sap.com/click.jspa?searchID=20348355&messageID=6774564].
    As it has suggested, I just delete the existing Crystal Report Viewer Control from the form and add it again by clicking on CrystalReportViewer version 12.0.2000.0. It worked.

  • Unable to create Business View in BO 3.1

    Hi All,
    I have the issue as mentioned below
    u2022               We are migrating from BusinessObjects XI R2 to BusinessObjects 3.1
    u2022     We can open the Business view manager and able to create Data connection, Data foundation, and Business element.
    u2022     When tried to create a new Business view nothing happens, no prompt appears to create a new Business View.
    u2022     Existing Business Views can be opened and edited.
    I came to know that it is a known issue and  a TE has been raised for the same with TE ID 5000039631.
    Is it possible to know the progess on this TE and when this issue will get fixed?
    Regards,
    Aditya Joshi

    change it by going SWCV edit mode and under "Use of Interface Objects" select Netweaver 7.1" instead of "Netweaver 7.0"
    Did the above setting work for you? The SAP PI7.1 system that I am having is already maintaining the above setting but getting the same warning message that Kasturika is getting.....there seem to be something more than the above suggestion
    Regards,
    Abhishek.

  • How to Locate "Query View u2013 Selection" web item in WAD

    Hi,
       Where/How can i find the "Query View u2013 Selection" web item in Blank Templete of a WAD
    or
    From where i can install it from Business Content
    Thanks

    Hi,
    Are you with 7.x WAD?
    This option will be available with that.
    Or else,after putting Analysis Item->Properties->General tab->Click "New Data Provider" icon->Select the Type dropdown as "Data Provider of Type Query View".
    This will list three radio buttons ""Query View","Query" and "InfoProvider" under "Define Data Provider Type".You can select "Query View" radio button and assign Query View.
    Rgds,
    Murali

  • Program RFZALI120: No records Selected

    Hi,
    This is Jyothi.  I am not able to see the Proposal list after creating the Parameters.  I am getting a message : "Program RFZALI120: No records Selected". I have records in the vendors.
    Can anyone help me with this issue.
    Thank you
    Jyothi

    HI ,
    create teh Parameters & save .
    then run the proposal & save it.
    then you go for view the list.
    chandra

  • Database DLL error on editing the record selection formula?

    Post Author: Aravind
    CA Forum: Older Products
    Hi All,I recently edited the record selection formula of an old report and since then the report is issuing me an "Error detected by database DLL" error.The report was running fine earlier and still continues to run fine if I undo the changes. Earlier, the records were selected based on a 'date' field and I edited the formula to select records based on another date field, but the report doesn't work.The report runs fine on my local PC using Crystal Reports, but web based reporting fails with the error message. The data is selected from a view and the date parameters I talked about are the fields in the same view.This view has around five date parameters and the report runs fine for all of them, except one date field.Any pointers are appreciated.Crystal reports version is 8.5. Regards,Aravind.

    Post Author: DPowell
    CA Forum: Older Products
    Ah, yes, the good old generic date error.
    The problem is likely an invalid date value in one (or all) of your records with that field.  You don't say what database engine you are connected to or which driver you are using for the report, but I'll give you some "pointers".
    Basically, the SQL fetch has encountered an error in your date field and the driver you are using in the report can't handle it.
    A null date could cause that problem.  Also a date-time field with an invalid value or truncated time value.  A robust ODBC driver, like one of the Microsoft drivers might be able to overcome it.  Likewise, vendors frequently release updated drivers to improve error handling just like this.
    1.  Analyze your data, specifically the contents of the "new" date field you are using for some kind of invalid date.
    2.  Experiment with different ODBC drivers by creating alternate ODBC connections to the same database using different ODBC drivers.
    3.  Browse and experiment with options in Crystal Reports Properties that allow you to specify data conversions for NULLs and Dates.
    Good luck !

  • Error code "A valid key code to use the Business View Manager is not found"

    Hello.
    I am trying to resolve this message in the Business View Manager. The message of " A valid key code to use the Business View Manager is not found" appears when accessing a folder in the Repositiry Explorer. I have admin rights for View, Edit and Set Security.
    What am I doing wrong?

    Try running this query in the CMS Query Builder tool:
    Select * from CI_SystemObjects where si_id = 4
    When the query returns, look for the attribute "SI_CAN_USE_METADATA" and see if its set to false. Or see if something else in there is set to false that looks more suitable.  Your keycode might have the BusinessView manager locked out.  The error sounds more like a keycode restriction than a permissions issue with security.

  • Business View change does not show in existing Parameter Group

    I have an existing report that includes a dynamic, cascading LOV and associated parameter group.  The LOV is based on a Business View.
    I modified the Business View to limit the available values.  (Actually, I modified the Data Foundation and then updated the Business Elements, Business View, and LOV.)  I cleared the LOV using the Business View Manager, rescheduled the LOV, and received a message indicating that the refresh was Successful.  If I open the report, the old list of values are still displayed.
    To test, I created a new report.  I used the Enterprise as the data source and selected the Business View used by the LOV and parameter group.  If I query the Business View, I only see the rows I expect to see after the change made to the Data Foundation, Business Elements, Business View, .....
    How do I force the existing report to use the current LOV?
    thanks

    Please check whether the following SAP helps:
    Business Objects Notes Get Help | Close 
       1196364 - Need to refresh List of values (LOV) in the prompt, to be able to see list with all values in InfoView 
    Language   English     Version   21     Validity: 11.07.2008 - active   
    Edit Print View Show change log Show Internal Memos Compare Versions 
    Content:    Summary   |   Header Data   |   Other Properties
    Symptom
    Refreshing report with prompts, the list of values (LOV) does not appear.
    LOV needs to be refreshed for the values to show/appear
    Reproducing the Issue
    Environment :
    BOXI 3.0
    Cause
    Keep last selected value option is defined in the prompt property.
    Resolution
    Clear the option Keep last selected value in prompt property.
    Save report
    Keywords
    WebI WebItelligence show prompt refresh Rich Client
    Header Data
    Released on  17.07.2008 14:42:32 by James Terry (I817754) 
    Current Release Status  Released to Customer 
    Target Release Status  Released to Customer 
    Responsible  Stephanie Adam ( I049611 ) 
    Category  Problem 
    Application Area  BOJ-BIP 
    Product Version  BOBJ ENTERPRISE XI 3.0
    BOBJ ENTERPRISE XI
    Other Properties
    Business Objects Article ID  2060972 
    Business Objects BugID  ADAPT00898429 
    Business Objects BugSystem  ADAPT 
    Business Objects ProductFamilyMajorVersion  BusinessObjects Enterprise XI
    Web Intelligence XI
    Business Objects ProductName  BusinessObjects
    Web Intelligence
    Business Objects ProductMajorVersion  Web Intelligence XI
    Business Objects BuildVersion  11.5.0.0
    Business Objects SupportQueue  Design 
    Business Objects ProductLanguage  English

Maybe you are looking for

  • Content Versions getting Created Automatically/Unable to Check-in Originals

    Hello Guru's, Everytime when I try to check-in an original and save the DIR, two content versions of the originals is getting created.This is happening only when I do through the PLM Web UI. Hence I am not able to check-in documents through PLM Web U

  • How can i use exisitng user data(Id, password) for user mapping

    Hi All, For User mapping , we can import user mapping data for many users from user administration. and for each user we can maintain mapping data in the standard format. eg: [User] uid=user2 $usermapping$:BCE:user=ext_user2 $usermapping$:BCE:mappedp

  • Functional Area does not allow to change  in CJ20N initially

    We are on ECC 5.0 an have made fields Functional Area as required field along with other fields (e.g. Company code, Profit Center, Dates etc.) in Project Definition. During project creation, all the required fields in Project Definition shows up for

  • Some jsps will not compile FC5+Tomcat

    Hello, I cannot compile SOME jsp pages for some reason. I have something like this: http://www.mydomain.net:8080/WEB/index.jsp - this comiles http://www.mydomain.net:8080/WEB/BLAH/BLAH/index.jsp - will not compile where BLAH is a bunch of different f

  • Two ipods on one pc

    I am new to this. How do I use two ipods on one PC? I would like to have separate libraries. Help!   Windows XP