Questions tagged [blaze-advisor]

6 questions
1
vote
2 answers

Keep top N elements of an array by group

I am using proprietary language in Blaze Advisor (rule enginge). I am looking for an algorithm how to keep only top N items in array by groups formed by specific attribute. As an example there are two arrays: parrent[0].id = 1 parrent[1].id = 2 And…
Tomas Greif
  • 21,685
  • 23
  • 106
  • 155
0
votes
1 answer

How to compare a string value with values in enumeration in SRL

as I am very new to blaze advisor and SRL. I am trying to compare a value with the elements in enumeration by Iterating it. below is the code. for each CompanyList do { if(anApplicant.employementDetail.organisation=it) then{ print("companies"…
phani kumar
  • 117
  • 10
0
votes
1 answer

Unable to install Blaze Advisor .Net on Windows 10

I am a .net developer and my first preference will be using Blaze Advisor .Net . I have been trying to run "Blaze Advisor Builder 7.2.6 for .NET" from icon installed on Desktop but nothing happens. I have installed Blaze Advisor .Net 7.2.6 on…
Sujit Singh
  • 752
  • 1
  • 9
  • 23
0
votes
1 answer

how create test template instance and execute from RMA FICO Blaze Advisor?

I am newbie to the FICO community Blaze Advisor IDE 7.2 version. I am looking to developed the BrUnit test cases which I developed, now I am looking to create an instance of test cases so that it can be executed from the Rule Maintenance Application…
user5707585
0
votes
1 answer

Java Eclipse - Blaze Advisor

Full code: call connect on clearsql; sqlcommand = "select sum(distinct gedimai.gedimo_salinimo_vidkaina) as suma, count(distinct gedimai.gedimo_salinimo_vidkaina) as kiekis from atveju_simptomai left join gedimai_simptomai on…
Aer
  • 49
  • 1
  • 12
0
votes
1 answer

Blaze compatibility with Jboss EAP 6.2

I am new to blaze advisor. I am not able find any tutorials related to blaze in net. Is blaze advisor or rule processor compatible with Jboss eap 6.2 server? I am looking for sample java application or tutorial to check blaze compatibility in Jboss…