User Activity

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    Can someone tell me which version of openl-tablets-webstudio.war file has the support for TBasic and Spreadsheet tables. I tried with the version 5.26.5 but it only supports SimpleRules table. I tried installing the later versions like 5.27.8 , 5.27.7, with Tocat version 9, 10 and 11 but the webstudio itself was not coming up once I created the project it gave the error - Type Exception Report Message /pages/common/footer.xhtml @54,97 test="#{not (request.requestURI.endsWith('login.xhtml') or request.requestURI.matches('./install/.\.xhtml'))...

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    Where should we define the Data Table and Data Type in the Openl Tablets rules ? I tried executing the rule in the attached excel sheet from Java using intelij, but each time it is not able to identify the rule itself. This is how I am trying to execute it - RulesEngineFactory<discountcalculator> discountCalculatorRulesEngineFactory = new RulesEngineFactory<>("src/main/openl/rules/DataTableWithinRule.xlsx", DiscountCalculator.class);</discountcalculator> DiscountCalculator discountCalculatorRule...

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    I am trying to acheive something similar to this rule.but the Data Table - Data Order orderData data table will be in a different excel sheet. How do I pass this excel data in one of the rules

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    I need to lookup the data in the Data Table in my rules and if I find a match as per the rules the same value fro Data Table will be used to proceed further.So, basically I need to ensure my rule is able to access the data from Data Table.

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    Thanks Stan. I wanted to ask how do I create wrapper for Data Table which I can pass to methods representing decision table rules. My Dats Table can have multiple columns which I need to refer from my rules. I am not able to get the syntax right while creating the wrapper for Data Table. Can you please share me some ways to create wrapper over Data Table and how to use the wrapper in rules ?

  • Posted a comment on discussion Open Discussion on OpenL Tablets

    I referred the openl tablets documentation and found this info under the section - Using Simple Data Tables - " In the example above, information in the data table can be accessed from Java code as shown in the following code example: int[] num = tableWrapper.getNumbers(); for (int i = 0; i < num.length; i++) { System.out.println(num[i]); } where tableWrapper is an instance of the wrapper class of the Excel or Word file. For information on wrappers, see Wrappers. " I am not able to understand how...

View All

Personal Data

Username:
mm1508
Joined:
2024-10-09 11:30:02.486000

Projects

  • No projects to display.

Personal Tools