How to connect strings stored in global values of Station or PreUUT?

Hi all

I have a Global Station which is persistent across all DUT in a particular PC. I also created a dialog box custom PreUUT to get user input that applies to the UUT to come (I pass this user input to WEAR it by storing it in a Global file). The Global file and overall Station store a string.

What is a good way to connect to these channels in the ATML report and SQL database?

Currently, the best solution I can think is:

  1. Create a LabVIEW VI that takes a string as input and passes directly through to the output

  2. Pass the Global Station (or Global file) in the VI of entry

  3. Assign the output VI to Step.Result.ReportText

This seems rather bulky. Is there a simpler way to achieve this? (i.e. is there a built-in TestStand action that saves a variable directly in the report?)

In which case it is important, I use TestStand 2013 SP1 and I use the default report templates: tr5_horizontal.xsl for ATML and C:\Program NIUninstaller Instruments\TestStand 2013\Components\Models\TestStandModels\Database\SQL Server create generic Recordset result Tables.sql for SQL.

Thank you!

JKSH,

You can handle this with the functionality of additional results in TestStand, which can be configured in the settings for an existing step, or as a stand-alone step type. We have an example in the series TestStand fundamental example here: http://www.ni.com/product-documentation/52354/en/#toc3 (search for "Adding Custom Data to a Report" article 3)

I hope it helps and let us know if we can do something else to help!

Tags: NI Software

Similar Questions

  • How to connect the value of the input string to numeric values

    Hello

    I'm trying to figure out how to connect the value of unique user input string to numeric values. Basically I want the user to enter the name of a gas that I have a list for (I think I put the list of gases in a table >). Then I want to match numeric values 2 'a' and 'b', according to which gas, name of the user has set. These 'a' and 'b' values will be automatically matched with the name of the gas in a list that I put. For example, hydrogen gas has the value 3 for "a" and 4 for "b. when the user puts the ' hydrogen' name in a string constant, automatically 'a' and 'b' must be issued.» I have connect a and b to a formula

    Thanks for any help

    Hello

    It is perhaps not exactly what you are looking for, but perhaps you could use the enumerated data type and the array of clusters of points (a, b).

    Look at the VI I enclose.

  • How to connect a string to Boolean true or false constant

    Hello.

    I can't try to figure out how to connect a string constant to a result of a function of true/false. I create a VI that creates a random number, and then has the user to enter a number in numerical order. These 2 numbers are compared, and if the number of users is smaller, I want a string constant to display "too small." If the user is equal, I want the string constant to display "correct" and if the number is larger, the constant will display "too big."

    This is a picture of what I'm doing, but notice I has not inserted for 'too broad' and 'too small' string constants, as I always try to understand how to connect the string constant to this.

    Thanks for any help.


  • If I have the two LOV in the same table then how to connect when I select first and second LOV value also change?

    Mr President

    If I have the two LOV in the same table then how to connect when I select first and second LOV value also change?

    My two fields are FLOW AND DR_NAME

    FLOW = ACCT_ID

    DR_NAME = ACCT_NAME

    I created with success of LOV for these fields.

    First LOV gives acct_id in the debit field and second LOV gives the value of acct_name to dr_name.

    How can I report these lov, it's that when I change my acct_id then acct_name also change

    I have these two tables

    CREATE TABLE "NOM"  (
      "ACCT_ID" VARCHAR2(7) NOT NULL ENABLE, 
      "ACCT_NAME" VARCHAR2(50) NOT NULL ENABLE, 
      "O_BAL" NUMBER(13,2),
      CONSTRAINT NOM_PK PRIMARY KEY ("ACCT_ID")ENABLE
       
       );
    CREATE TABLE "VOUCHERDET" (
      "V_ID" VARCHAR2(9) NOT NULL ENABLE,
      "LINEITEM" NUMBER ,
      "DEBIT" VARCHAR2(7) , 
      "DR_NAME" VARCHAR2(50), 
      "CREDIT" VARCHAR2(7) , 
      "CR_NAME" VARCHAR2(50), 
      "PARTICULARS" VARCHAR2(100), 
      "AMOUNT" NUMBER(21,2),
    CONSTRAINT VOUCHERDET_PK PRIMARY KEY ("V_ID","LINEITEM")ENABLE, 
    CONSTRAINT PUR_SAL_LINE_POD_FK FOREIGN KEY(PROD_ID)
      REFERENCES PRODUCTS (PROD_ID)ENABLE,  
    CONSTRAINT VOUCHERDET_DEBIT_FK FOREIGN KEY ("DEBIT")
       REFERENCES "NOM" ("ACCT_ID") ENABLE, 
    CONSTRAINT VOUCHERDET_CREDIT_FK FOREIGN KEY ("CREDIT")
       REFERENCES "NOM" ("ACCT_ID") ENABLE,  
    CONSTRAINT VOUCHERDET_V_FK FOREIGN KEY ("V_ID")
       REFERENCES "VOUCHER" ("V_ID") ON DELETE CASCADE ENABLE
      );
    
    

    Concerning

    so, instead of this second ActId, choose ACCT_NAME:

  • How to recover the sqlplus connection string?

    I would get connection string of the sql syntax, but cannot find how.

    Thank you for helping me!
    m.

    How to recover the sqlplus connection string?

    In sql * more type

    DEFINE _CONNECT_IDENTIFIER
    
  • How to build JDBC connection strings in groovy?

    Hi all

    We want to access JDBC SQL/away with HQ groovy plugin.

    Of course, we do not want to use a hard-coded connection string.

    (1) are there HQ properties that return the parameters required to create the connection string?

    (2) normally, we would use def sql = Sql.newInstance (...

    I prefer a HQ method to get an instance - say from a connection pool - fully configured SQL does not exist?

    See you soon,.

    -d-

    Don't forget to close this topic though:

    Util.endConnection)

    Charles

  • How do the secret string to the number value

    Hello

    I want to convert the string to a number value

    ex: -.

    Select col from t1 where p1 = '232';

    the query above returns as a value below

    '123,343,534,433';

    I have to pass the value in another query where condition as below

    Select * from t2 where in p2 (123,343,534,433);

    P2 is here the number data type,
    and I want to take each coma has a distinct value

    Thanks in advance...
    Bala

    Another way

    SQL> select *
      2  from  emp
      3  where INSTR(','||'7900,7902'||',' , ','||empno||',' ) > 0
      4  /
    
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
    

    SS

  • How to call a stored procedure in ADF

    How to call a stored procedure in the ADF (Jdev 11.1.1.6)?

    Code sample stored procedure:

    CREATE or REPLACE PROCEDURE SP_HELLOWORLD

    (

    NAME IN VARCHAR2

    OUT VARCHAR2 DESIRES

    ) AS

    BEGIN

    WISHES: = 'Hello'. name | ', Welcome to MS.';

    END SP_HELLOWORLD;

    Your Code of ADF is:

    try {}

    System.out.println ("* beginning of the code *");

    String sql = "start SP_HELLOWORLD(:NAME,:WISHES); end; ";

    CallableStatement st = getDBTransaction () .createCallableStatement (sql, getDBTransaction(). DEFAULT VALUE);

    st.setObject ("NAME", "ABC"); Replace with required param

    st.registerOutParameter ("WISHES", Types.VARCHAR); import java.sql.Types;

    St.Execute ();

    System.out.println ("the output of the function DB is:" + st.getObject ("WISHES"));

    System.out.println ("* end of code *");

    } catch (Exception e) {e.printStackTrace () ;}

  • How to split string separated by commas and pass to the clause of the select statement

    Referring to article How to divide string separated by commas, then pass to clause of a select statement, tquery that there the following plan:

    Query1:

    select * from emp where ename in (
        select regexp_substr('SMITH,ALLEN,WARD,JONES','[^,]+', 1, level) from dual
        connect by regexp_substr('SMITH,ALLEN,WARD,JONES', '[^,]+', 1, level) is not null );
    

    Base1:

    Plan hash value: 4242290184
    
    
    --------------------------------------------------------------------------------------------
    | Id  | Operation                       | Name     | Rows  | Bytes | Cost (%CPU)| Time     |
    --------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT                |          |     1 |   133 |     7  (29)| 00:00:01 |
    |*  1 |  HASH JOIN                      |          |     1 |   133 |     7  (29)| 00:00:01 |
    |   2 |   VIEW                          | VW_NSO_1 |     1 |    46 |     3  (34)| 00:00:01 |
    |   3 |    HASH UNIQUE                  |          |     1 |       |     3  (34)| 00:00:01 |
    |*  4 |     CONNECT BY WITHOUT FILTERING|          |       |       |            |          |
    |   5 |      FAST DUAL                  |          |     1 |       |     2   (0)| 00:00:01 |
    |   6 |   TABLE ACCESS FULL             | EMP      |    14 |  1218 |     3   (0)| 00:00:01 |
    --------------------------------------------------------------------------------------------
    
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
    
       1 - access("ENAME"="$nso_col_1")
       4 - filter( REGEXP_SUBSTR ('SMITH,ALLEN,WARD,JONES','[^,]+',1,LEVEL) IS NOT NULL)
    

    However, the following query generates the plan I want:

    Query2:

    select * from emp where ename in ('SMITH','ALLEN','WARD','JONES');
    

    Plan2:

    Plan hash value: 3956160932
    
    
    --------------------------------------------------------------------------
    | Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    --------------------------------------------------------------------------
    |   0 | SELECT STATEMENT  |      |     4 |   348 |     3   (0)| 00:00:01 |
    |*  1 |  TABLE ACCESS FULL| EMP  |     4 |   348 |     3   (0)| 00:00:01 |
    --------------------------------------------------------------------------
    
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
    
       1 - filter("ENAME"='ALLEN' OR "ENAME"='JONES' OR "ENAME"='SMITH' OR
                  "ENAME"='WARD')
    

    Can I change the query1 query for plan2?

    As Juliet was mentioned in the first SQL that you generate from the ENAME list that you must pass in the IN clause when executing. But in the second SQL, it passed as a static value. So first SQL must do more work. So you see a different execution plan.

    But this is a work around to get what you are looking for. But I can't say it's a foolproof method. But anyway here you go.

    SQL > var ename_list varchar2 (100)
    SQL > exec: ename_list: = 'SMITH, ALLEN, WARD, JONES ';

    PL/SQL procedure successfully completed.

    SQL > select *.
    2 of PEM
    where the 3 «,» | : ename_list | ',' like '%', | Ename | ',%';

    EMPNO, ENAME, JOB HIREDATE DEPTNO ID COM SAL MGR
    ---------- ------ --------- ---------- --------- ---------- ---------- ---------- ----------
    7369 SMITH COMMITTED 7902 2975 2 APRIL 81 0 20
    7499 ALLEN 7698 1600 20 FEBRUARY SALESMAN 81 300 30
    7521 WARD 7698 1250 22 FEBRUARY SALESMAN 81 500 30
    7566 JONES MANAGER 7839 2975 2 APRIL 81 0 20

    SQL > select * from table (dbms_xplan.display_cursor);

    PLAN_TABLE_OUTPUT
    -------------------------------------------------------------------------------------------------------
    SQL_ID, 848zhvbvgf7d6, number of children 0
    -------------------------------------
    Select * from emp where «,» | : ename_list | ',' like '%', | Ename
    || ',%'

    Hash value of plan: 2872589290

    --------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    --------------------------------------------------------------------------
    |   0 | SELECT STATEMENT |      |       |       |     2 (100) |          |
    |*  1 |  TABLE ACCESS FULL | EMP |     1.    38.     2 (0) | 00:00:01 |
    --------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    1 - filter(','||:ENAME_LIST||',' LIKE '%,'||") ENAME "|", %')

    19 selected lines.

    SQL >

  • Format of the connection string to connect to Oracle DB via LDAP

    Hello

    I have an Oracle database and its details are configured in LDAP. I have the c# code that I want to connect to Oracle DB using LDAP details. So I wrote the code to connect to the Oracle DB, but not able to connect. Implementation error at the con. Open() statement: "ORA-12154: TNS: could not resolve the connect identifier specified.

    Code:
    --------
    String s = "Data Source = @ldap://abc.pq.xyz.com: 11389/myldap, cn = OracleContext, dc = pq, dc = xyz, dc = com; User Id = MyDB; Password = MyPass";

    Con OracleConnection = new OracleConnection (constr.);
    con. Open();

    I need help in the formation of the connection string.

    user8786648 wrote:
    Hello

    I have an Oracle database and its details are configured in LDAP. I have the c# code that I want to connect to Oracle DB using LDAP details. So I wrote the code to connect to the Oracle DB, but not able to connect. Implementation error at the con. Open() statement: "ORA-12154: TNS: could not resolve the connect identifier specified.

    Code:
    --------
    String s = "Data Source = @ldap://xyz.us.oracle.com: 11389/xyz_ldap, cn = OracleContext, dc =, dc = oracle, dc = com; User Id = xyz; Password = xyz";

    Con OracleConnection = new OracleConnection (constr.);
    con. Open();

    I need help in the formation of the connection string.

    This isn't how you use LDAP for Oracle name resolution.

    You must configure the LDAP protocol. ORA and SQLNET. ORA files properly.

    For example, you can review the LDAP protocol. Documentation of ORA here:

    http://docs.Oracle.com/CD/E11882_01/network.112/e10835/LDAP.htm#i500397

    And the SQLNET. Documentation of ORA here:

    http://docs.Oracle.com/CD/E11882_01/network.112/e10835/SQLNET.htm#i500318

    A quick search on the terms "example of oracle ldap.ora", shot to the top of several examples.

    Also, if these are real values that you posted in your example of a connection string, you can change.

  • How to connect to the database

    Hi all

    I use labsql (and quite new to him m) and the server Mysql 5.1.I wanted to know how to connect to the database without changing the name of the dsn from the tools administrative/ODBC 5.1 driver manually. I want to install exe in several PC and it would be a great help if I could make the connection directly but my Vi.

    I went through several forums and came to know that 'Provider = ProviderName; Data Source = DatabaseSource; Initial Catalog = DatabaseName; User = username ID; Password = password', should solve the problem. But where in my case I m still confused. The connection string above does not sit well with me.

    Can someone help me please.

    Have a look here, where I have such a picture to show how to form a string constant to connect to the database. Some subsequent posts in this thread should also be useful.

    Good luck!

    Ian

  • How to connect and synchronize Motorol Xoom to Windows 7.

    Original title: how to connect the Zoom to my lap top.  I have windows 7 operaring systemI'm trying to connect my Motorola

    I'm trying to connect my Motorola Zoom for my Lap Top tablet.  I connected the USB cable, but can't seem to get them to sync.  Help Microsoft said it would be automatically synchronizes the first time, but he did not.  I followed the instructions for help, but did not.  I couldn't find a button "switch ti library" symbol.  Help.

    Thank you
    Dlane4444

    Hey Diana,.

    It would help if you could answer these questions in order to troubleshoot.

    -Install drivers when you connect the tablet to Windows 7?

    -Is recognized by Windows 7 Tablet?

    Here is a link of Motorola with a clear description on how to connect a Windows 7 Tablet and how to transfer files to/from the computer.

    https://Motorola-global-portal.custhelp.com/app/answers/detail/A_ID/61296

    Also, make sure you only install USB drivers for motorola https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481

    Hopes that the steps in using the link.

  • could not find a server reports and analysis hyperion running on localhost port 6800. Please check your connection string server and verify that the server is

    Hi all

    We have properly installed and configured Hyperion Reporting and analysis 11.1.2.4 in windows 2012 server however when I try to logint to the workspace, I get an error like "start-up of the specified document does not exist in the repository." "Select a new start under the General Preferences tab document" monitoring of "could not find a server reports and analysis hyperion running on localhost at port 6800. Please check your connection string server and verify that the server is up '.



    10.PNG


    11.PNG

    HyS9RaFramework_epmsystem2-syserr:

    GsmNotFound

    com.brio.one.services.globalservicemanager.GSMException: GsmNotFound

    at com.brio.one.services.globalservicemanager.GSMFactory.getGSM (unknown Source)

    to com.brio.one.client.ClientFactory. < init >(Unknown Source)

    to com.brio.one.client.ClientFactory. < init >(Unknown Source)

    to com.brio.one.client.ClientFactory$ ClientFactoryInitializer.connect (unknown Source)

    at com.brio.one.client.ClientFactory.getClientFactoryConnect (unknown Source)

    at com.brio.one.client.ClientFactory.getDefaultGSM (unknown Source)

    at com.brio.one.web.properties.ApplicationProperties.getDefaultGSM (unknown Source)

    at com.brio.one.web.properties.ApplicationProperties.getDefaultGSMContext (unknown Source)

    at com.sqribe.WS.WSBaseServlet.setDefaultGSMContext (unknown Source)

    at com.sqribe.WS.WSBaseServlet.initLogging (unknown Source)

    at com.sqribe.WS.WSBaseServlet.loadConfiguration (unknown Source)

    at com.sqribe.WS.WSBaseServlet.init (unknown Source)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:52)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:31)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    In the workspace, it shows that the Service is pending.

    14.PNG

    EMP Diagnostic Report:

    13.PNG

    Can help kindly out how should I solve this problem.

    I restarted the services and rebooted the Machine but still getting the same error.

    Kind regards

    VJ


    Hello

    I've reconfigured the Reporting, analysis, and everything by, I chose "Drop table" and the issue was resolved.

    Kind regards

    VJ

  • Cman is not like the thin driver Jdbc connection strings, it?

    Hello

    I use Oracle connection Mgr 11.2 to filter my clients access to data bases.

    I configured and allowed a PC to connect to a certain database and when

    using SQL * more or this client Toad, passing through cman, it works fine.

    But now the same guy installed SQL Developer, and it seems * impossible *.

    to make connections through my server cman, they routinely get rejected

    with

    ORA-12529, TNS: connect rejected based on the current filter rules

    If I try to go through the login option of TNS (who works with

    sqlplus...) or through advanced = > and then "JDBC: thin @ < complete block of TNS > '!

    (using "basic" does not seem possible because it only allows to specify the name of the host, port, and SID...)

    Has anyone ever encountered this problem before? How does SQL Developer gets rejected

    even when you use the option of TNS, which also works fine with sqlplus/Toad?

    And is it possible to have a Jdbc thin connection string access via a configuration cman?

    Thank you very much in advance for any advice...

    Kind regards

    SEB


    Not a familiar topic for me, but I came across a note in the developer's Guide to the JDBC and the reference, Advanced Topics, on the definition of AUTHENTICATION_LEVEL = 0 in the cman_profile of the cman.ora file entry for when JDBC Thin is currently in use.  Don't know if with the help of old 10g doc is valid here, but I guess that he check could not not bad:

    23 advanced subjects

    In turn, since this user has a customer Oracle installed on the PC and use SQL * Plus, you can try the driver JDBC OCI/thickness.  Select thickness OIC via...

    Tools > Preferences > Datatbase > advanced > use OIC/thickness box

    In addition, for SQL Developer 4.0.x includes the Advanced preferences, this to point to a specific Oracle client installation...

    Checkbox use Oracle Client

    Configure...

    Hope this helps,

    Gary

    SQL development team

    Post edited by: Gary Graham

  • Need help | How to clear the filter of af values: table on table linen

    Hello

    JDeveloper version 11.1.1.7

    I have af:table inside a taskflow to which has been added to several pages as a region.

    The problem I'm facing is if I enter any value in current input for the data in the column filtering and if I navigate to another page that has even added taskflow as a region filter values is still visible.

    How can I clear the values entered in the input of the filter text.

    code fragment:

    < af:table value = "#{bindings." BulletinDataVO21.collectionModel}.

    Binding = "#{pageFlowScope.bulletinArchieveBean.bulletinTable} '"

    var = "row".

    lines = ' #{bindings. " BulletinDataVO21.rangeSize}.

    emptyText = "#{bindings." BulletinDataVO21.viewable? "{customtaskflowsBundle ['table.no.data.to.display']: customtaskflowsBundle ['table.access.denied']}."

    fetchSize = "#{bindings." BulletinDataVO21.rangeSize}.

    filterModel = "#{bindings." BulletinDataVO21Query.queryDescriptor}.

    queryListener = "#{pageFlowScope.bulletinArchieveBean.onQuery} '"

    filterVisible = "true" varStatus = "vs."

    rowBandingInterval = "0" id = "t1".

    styleClass = "datatable_inside_wrapper."

    autoHeightRows = "25" width = "700" >

    the queryListener at the bean code:

    {} public void onQuery (QueryEvent queryEvent)

    QPF FilterableQueryDescriptor =

    (FilterableQueryDescriptor) queryEvent.getDescriptor ();

    Map map < String, Object > = fqd.getFilterCriteria ();

    If (log.isDebugEnabled ()) {}

    {for (String key: {map.keySet ())}

    log. Debug ("touch of filter criteria:" + key + ", value:" +)

    Map.get('zoom') (Key));

    }

    }

    final String publishingFromKey = "Publishingfromdate";

    final String publishingToKey = "Publishingtodate";

    Object publishingFrom = map.get('zoom') (publishingFromKey);

    Object publicationdans = map.get('zoom') (publishingToKey);

    String titleValue = (String) map.get('zoom') ("Value");

    If (StringUtils.isNotEmpty (titleValue)) {}

    Map.put ("Value", "%" + titleValue + '%');

    }

    String targetDepts = (String) map.get('zoom') ("Targetdepts");

    If (StringUtils.isNotEmpty (targetDepts)) {}

    Map.put ("Targetdepts", '%' + targetDepts + '%');

    }

    Category String = (String) map.get('zoom') ("Category");

    If (StringUtils.isNotEmpty (category)) {}

    Map.put ("Category", "%" + category + '%');

    }

    DCBindingContainer links =

    (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    OperationBinding = setPublishingFromDateStartOperationBinding

    bindings.getOperationBinding ("setPublishingFromDateStart");

    OperationBinding = setPublishingToDateEndOperationBinding

    bindings.getOperationBinding ("setPublishingToDateEnd");

    setPublishingFromDateStartOperationBinding.getParamsMap () .put ("value",

    publishingFrom);

    setPublishingToDateEndOperationBinding.getParamsMap () .put ("value",

    Publicationdans);

    Map.Remove (publishingFromKey);

    Map.Remove (publishingToKey);

    setPublishingFromDateStartOperationBinding.execute ();

    setPublishingToDateEndOperationBinding.execute ();

    DcIteratorBinding = DCIteratorBinding

    bindings.findIteratorBinding ("BulletinDataVO2Iterator");

    ViewObjectImpl = bulletinVO

    (ViewObjectImpl) dcIteratorBinding.getViewObject ();

    final String publishingFromCriteria = "QueryByPublishingFromDate";

    final String publishingToCriteria = "QueryByPublishingToDate";

    If (publishingFrom! = null) {}

    bulletinVO.setApplyViewCriteriaName (publishingFromCriteria, true);

    } else {}

    bulletinVO.removeApplyViewCriteriaName (publishingFromCriteria);

    }

    If (publicationdans! = null) {}

    bulletinVO.setApplyViewCriteriaName (publishingToCriteria, true);

    } else {}

    bulletinVO.removeApplyViewCriteriaName (publishingToCriteria);

    }

    JSFUtils.invokeMethodExpression ("#{bindings.") BulletinDataVO21Query.processQuery} «»

    Object.Class, QueryEvent.class,

    queryEvent);

    Map.put ("Value", titleValue);

    Map.put ("Targetdepts", targetDepts);

    Map.put ("Category", category);

    Map.put (publishingFromKey, publishingFrom);

    Map.put (publishingToKey, publicationdans);

    }

    Please let me know we can clear the values entered in input boxes of text for filtering on whenever the load table.

    Thank you

    Madhukar

    Hi all

    I could solve the problem.

    Clear the fault and implicit criteria VO display!

    Here's the code to do the same.

    Hope it will be useful for others as well, also let me know if this can be done in the best way.

    Bean code:

    DCBindingContainer links =

    (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCIteratorBinding data binding =.

    bindings.findIteratorBinding ("TestDataView1Iterator");

    If (dataBinding! = null) {}

    ViewObjectImpl = testDataVO

    (ViewObjectImpl) dataBinding.getViewObject ();

    testDataVO.reset ();

    The below two lines code clears the default and display implicit criteris

    which gets set in ViewCriteriaManager when we filter the data in the table to help

    This table filter text box in the column af:table headings

    NOTE: It will not erase the other criteria of which are defined by users in VO

    testDataVO.getViewCriteriaManager () .removeViewCriteria (ViewCriteriaManager.DFLT_VIEW_CRITERIA_NAME);

    testDataVO.getViewCriteriaManager () .removeViewCriteria (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    If (param.equalsIgnoreCase ("home")) {}

    testDataVO.setWhereClause ("attachment = 'Y'");

    } else {}

    testDataVO.setWhereClause ("attachment = ' n '");

    }

    testDataVO.executeQuery ();

    }

    Thank you all for the suggestions.

    Thank you

    Madhukar

Maybe you are looking for