Page 1 of 1

Match Number Custom analyser

PostPosted: Tue Dec 19, 2023 7:57 am
by niceguy
Hi Stan & Everyone.
I have a custom analyzer with some 300 match number filters in it. Just wanting to know if it is possible to change the match number count on all 300 filters in one go, instead of having to laboriously click on each of the 300 match number filters to change the match count number. E.g. I have 300 match number filters in my custom analyser all set to match count 2. I now want to change all 300 filters from match count 2 to match count 3.
Or is it possible to add an upgrade to Expert Lotto to allow us to do this?
Many thanks for your help, I really appreciate it.

Re: Match Number Custom analyser

PostPosted: Fri Dec 22, 2023 3:57 am
by sjontori
Hi Niceguy

Yes you can do this by using Notepad++, a free editor.
Link: https://notepad-plus-plus.org/downloads/v8.5.8/

In Notepad you will need to find for example with a six ball draw:
<match>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>true</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
</match>

and replace it with

<match>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>true</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
<boolean>false</boolean>
</match>

using the SEARCH - Find and replace from the menu

Hope this helps.

Re: Match Number Custom analyser

PostPosted: Fri Dec 22, 2023 4:37 am
by niceguy
Hi Many thanks for that. Will see if I can get it to work.

Re: Match Number Custom analyser

PostPosted: Fri Dec 22, 2023 10:36 pm
by tdnl46w
There isn't any way in EL to change the match count settings all at once in the custom analyzer.

Depending on what you want to analyze, there are two ways to get statistics for specific match groups of numbers.
- If you need statistics of each match group, then unfortunately you will have to change the match counts for each one.
- If you need statistics for all of the match groups combined, then you can create a .txt file with each match group being one line in the .txt file(e.g. 300 text lines). Then use one or more 'Match Numbers in File' filter(s) for any match counts needed.

Re: Match Number Custom analyser

PostPosted: Sat Dec 23, 2023 1:35 am
by niceguy
Hi tdnl46w
Many thanks for your reply

Yes I need statistics of each match group, so looks like I will have to continue to change the match counts for each one.

Just wondering if it's possible to upgrade Expert Lotto to allow us to do this? Maybe with Stan's help??

Kindest Regards
Niceguy.