Hi Alena, isProvideRuntimeContext is set to true in rules-deploy. here are the steps I followed: Fisrt, I created an excel file with the opebl tables. (see attached excel file). Second , I send a request via Swagger (see the request in attached file). I used effectiveDate property in Properties Table, but the result is the same via Swagger (in openl-tablets-webstudio it works well) Thank you
Hi Alena, isProvideRuntimeContext is set to true in rules-deploy. here are the steps I followed: Fisrt, I created an excel file with the opebl tables. (see attached excel file). Second , I send a request via Swagger (see the request in attached file). I used effectiveDate property in Properties Table, but the result is the same via Swagger (in openl-tablets-webstudio it works well)
Hi, I try to implement Module level properties (for effectiveDate property) via the module file name or Properties Table. Both methods work well in openl-tablets-webstudio, bunt not on swagger (end point) when i try to test a module using runtime contex variables (runtimeContext.currentDate). Thank you
attached excel file
Hi, you ust add a column context.currentDate in the test table with the desired date for the test. see attached excel file.
Hi, Why does the convertion from BigDecimal to String sometimes return 1E+1 or 1E+2 for inputs 10 and 100 ? is there a solution for this in openL ? Thank you
Hi Sergey, Thank you for your answer. Best regards, Mohammed.
Hi Elena, It returns me another format different from the expected format. Please see the attached screenshots. Best regards, Mohammed.
Hi Alena, Thank you for your answer, that's exactly what I was looking for. Best Regards, Mohammed.
Hi, I have a DataType "Address" composed of one attribute "Ligne Address". "Ligne Address" is an array of string. how to fill the DataType "Address" with data ? I want an example please. Thank you
Hi Elena, Thank you for your answer, but I need to display the same date in another format. So I thought about converting my date into a string in this format YYYY-MM-JJ ; =toString(myDate, "yyyy-MM-dd" ) for example : toString(10/09/2019, "yyyy-MM-dd" )=2019-10-09 And after I want to convert this result to a date keeping the same format (yyyy-MM-dd). is it possible? Best regards, Mohammed
Hi Elena, No, i have a DataType field of Date data type in format MM/JJ/AAAA, i want just to get the data of this field as return in another decision table but with this format AAAA-MM-JJ. So I want just to change the format from MM/JJ/AAAA to AAAA-MM-JJ. Best regards, Mohammed
Hi Yuri, I have a DataType with a date field whose format is MM/JJ/AAAA. I want to use the data of this field as return in another decision table but with this format AAAA-MM-JJ, and as a type date not a string. Thank`s
Hi, How to convert a date from one format to another. More precisely i want to convert a date from this format : MM/JJ/AAAA to this format AAAA-MM-JJ Thank`s