spell date and number in all countries 
[@EOF@]...

Product: Dataease [{8}]FIVE. Written by alembagheri tahmas 01/01/14 at 13:45:01
count of not updated in a while loop 
Hi there,I have this simple algorithm to implement:1. Check how many working days there are between date x and date x - y days (y = 3);NOTE: I have a special table listing all days till 2050: the day has...

Product: Dataease [{8}]FIVE. Written by George Washington 16/10/15 at 07:08:04
Re:count of not updated in a while loop 
Downalod Sample!
This is one of the 20 least well known "bugs" in DataEase, but it is KNOWN ;-)
There has been much debate on this as...

Product: Dataease [{8}]FIVE. Written by DataEase 16/10/15 at 12:07:02
Re:Re:count of not updated in a while loop 
Thanks that works!...

Product: Dataease [{8}]FIVE. Written by George Washington 16/10/15 at 14:36:15
how to count second in execute function/derivation 
Setlabeltext("timer",current time)+wait(0.01)+LabelExecDQL("update opening","","","","")+LabelExecDQL("post meter reading1","","","","")+LabelExecDQL("post meter reading2","","","","")+LabelExecDQL("post meter reading3","",...

Product: Dataease [{8}]FIVE. Written by Mohd Sedik Zakaria 09/12/15 at 06:22:13
Re:how to count second in execute function/derivation 
Hello Mohd.I guess you could have picked a simpler derivation to do the "test" on ;-)Without seeing the entire "Image" here, I can only surmise that what you want is to figure out how long the process took.The easiest way is si...

Product: Dataease [{8}]FIVE. Written by DataEase 09/12/15 at 08:09:22
Calculate Discount Fields 
DataEease for windowsVersion LegEasy 6.53Build 3158I am returning to an old program written many years ago and trying to add a Definition to a filed.What I am trying to do is something like below :if ( "rStockE...

Product: LegEasy 6 Windows. Written by Handles 20/11/18 at 13:16:26
Re:Calculate Discount Fields 
These things need to be right or it won't save so without knowing the structure we can only have a go and try to explain.if ( "rStockEntryForm_ON" = "Proforma" SellingCost lookup "rOHeader_ON" "CompanyDiscount" + ?ExtraDiscount? , blank )<...

Product: LegEasy 6 Windows. Written by DataEase 22/11/18 at 20:09:24
Re:Re:Calculate Discount Fields 
First may I say thanks you for the explanation , and help with this situation.Over the last few days I have tried different ways of doing the calculations without any success, I went back and have tried your suggestion But without any jo...

Product: LegEasy 6 Windows. Written by Handles 23/11/18 at 13:05:39
Re:Re:Re:Calculate Discount Fields 
Sorry Regards the above JPG It's the If( part of the statement that's not working, the lookup rMaterials is working fine ...

Product: LegEasy 6 Windows. Written by Handles 23/11/18 at 13:11:48
Re:Re:Re:Re:Calculate Discount Fields 
Just thought I would add another jpg that may help ...

Product: LegEasy 6 Windows. Written by Handles 23/11/18 at 16:59:02
Re:Re:Re:Re:Re:Calculate Discount Fields 
the most obvious fault is that you don't format it properly.you have to have the , (comma) in the right places.if (A=B, Yes, No)you aveif (a=b yes,NO) That won't work.You can nest as many times as you...

Product: LegEasy 6 Windows. Written by DataEase 23/11/18 at 19:18:23
Re:Re:Re:Re:Re:Re:Calculate Discount Fields 
thank you , that comma done the trick ,how I missed that I dont know. Thanks again ...

Product: LegEasy 6 Windows. Written by Handles 23/11/18 at 23:26:48
if( Status = "Proforma", lookup "rMaterialsMC" "SellingCost" DiscountCalc , 
Amazing solve one challenge , and find another .Thanks for your help with this matter last week, by getting what I wanted with the if (Proforma If (Sales Order do this, Its thrown up a separate problem that you cant seem override th...

Product: LegEasy 6 Windows. Written by Handles 30/11/18 at 11:14:19
How do I do a count of the number of yes's in yes/no fields 
[@EOF@]...

Product: LegEasy DOS. Written by Simon Lazarus 01/05/20 at 13:13:05
Re:How do I do a count of the number of yes's in yes/no fields 
Depends a little where you want to count it.You use a relationship.in DQL you can doretval := Count of MyTable with FieldX=Yes .If you are to do this in a virtual field you need to define a relationship it can be be...

Product: LegEasy DOS. Written by DataEase 01/05/20 at 13:22:09
Re:Re:How do I do a count of the number of yes's in yes/no fields 
Thanks for the prompt response.This works fine for a virtual field when I have added the support field to the relationship.I am trying to compile responses from surveys and have 20 different fields i need to have individual yes totals on...

Product: LegEasy DOS. Written by Simon Lazarus 01/05/20 at 13:38:55
Re:Re:Re:How do I do a count of the number of yes's in yes/no fields 
Then you need 20 relationships if you are doing this in the form.The support field can be used in all the relationships and then the other side is the individual fields.You obviously have to use alternate relationship names....

Product: LegEasy DOS. Written by DataEase 01/05/20 at 17:20:18
Re:Re:Re:Re:How do I do a count of the number of yes's in yes/no fields 
Alternative relationship names works great - Thanks...

Product: LegEasy DOS. Written by Simon Lazarus 04/05/20 at 13:07:53
Re:Re:Re:Re:Re:How do I do a count of the number of yes's in yes/no fields 
20 relationships is 'ugly' and the counting can be slow if you have a lot of records...I would create a hidden integer field with a derivation of 'if( fieldname01 = 'yes', 1 , 0 ) for each of the 20 fields.Then just do a 'sum of tablenam...

Product: LegEasy DOS. Written by Earl Wertheimer 05/05/20 at 20:29:59
DataEase Account list of machines signed on blank 
Once i have sign into the DataEase website and go to Account. My computers running DataeEase 8.5 are not showing. Please help in a panic because should we need to change hardware our number of licenses will be used up...

Product: Dataease [{8}]FIVE. Written by BLESSED SHUMBA 30/05/22 at 06:59:36
Re:DataEase Account list of machines signed on blank 
Hi BlessedNo reason to panic.it is a temporary problem due to SSL. if you access your account with http:// instead of https:// you will see your account.We are updating our website so it will soon be fixed....

Product: Dataease [{8}]FIVE. Written by DataEase 30/05/22 at 12:06:13
Re:Re:DataEase Account list of machines signed on blank 
This has now all been fixed. Sorry for the inconvenience....

Product: Dataease [{8}]FIVE. Written by DataEase 13/06/22 at 09:10:44
Status bar record count vs percentage 
In DE6 the current record number and total table record count is shown in the status bar on forms.in DE8 it gives a percentage instead of current record number.Is there a setting to change the default to record number?...

Product: . Written by Sam Bird 26/09/22 at 11:18:53
Re:Status bar record count vs percentage 
No. No setting for this. ...

Product: . Written by DataEase 07/10/22 at 20:45:31
Listing records in groups with a count. 
Hi all, Say I have a table called Cars with the fields Year, Make & Model. How do I count the number of records when listing the Year field in groups? The script below gives me the year in groups but say there are 25 records with the y...

Product: Dataease [{8}]FIVE. Written by Bolt-on-Trailers 30/06/23 at 19:48:52
Re:Listing records in groups with a count. 
for cars;list recordsyear in group with group totals ;cars : Count .Check script as done from memory :-)...

Product: Dataease [{8}]FIVE. Written by Josef Vella 05/07/23 at 13:59:03
Re:Re:Listing records in groups with a count. 
Thank you very much for your help. If I use the following script I get the attached error. If I remove the "Cars : Count ." of the script it lists the year in groups but no totals. for Cars ; list records Year in groups...

Product: Dataease [{8}]FIVE. Written by Bolt-on-Trailers 05/07/23 at 15:54:01
Re:Re:Re:Listing records in groups with a count. 
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUsAAADwCAYAAACJzUacAAAgAElEQVR4nO3dfVxUdaI/8M8AKlk+3HYBDdpCHbEQcvMJ86G6a1PTlgU3Xkq/vSXsTgaVD7W/m5jIKhbVr9XsQcvZBde7v8zlt2iWTI6+bg9q4FMqyK44KnWDEtjbqpWiOHx/f5w5M+fMA3MGhhmCz/v18qUz58w533MGPn6fzjk...

Product: Dataease [{8}]FIVE. Written by DataEase 06/07/23 at 09:38:56
Re:Re:Re:Re:Listing records in groups with a count. 
OK, but the following has this error when I try to save. What needs to change in the last line of the script?for Cars ;list records Year in groups with group-totals ;Cars : Count .<img src="data:image/png;base64,iVBO...

Product: Dataease [{8}]FIVE. Written by Bolt-on-Trailers 06/07/23 at 15:14:09
Re:Re:Re:Re:Re:Listing records in groups with a count. 
The problem is that you have no field called Cars in the table.I guess you have one called Make.If you simply want the count of the year you can simply do for Cars;list recordsYear in groups ;Year :...

Product: Dataease [{8}]FIVE. Written by DataEase 07/07/23 at 19:08:23
Export Group/Count data to text file 
Hi All,Can I export the Group and Count data to a text file? The following script gives me the error in the attached file. I'm not sure how the script for the required TableView Name (see attached) should appear.for Applicat...

Product: LegEasy 8 Developer. Written by Bolt-on-Trailers 23/01/25 at 17:02:20
Re:Export Group/Count data to text file 
Does the DQL have " .end " in the last line?...

Product: LegEasy 8 Developer. Written by Sam 24/01/25 at 00:49:27
Re:Re:Export Group/Count data to text file 
Yes,Below is the script I have tried. Thank you for responding.for Applications ;list recordsKey in groups ;Key : Count .export to "C:\Users\RainsJC\Desktop\Audits\Keys.txt" ..form header.items</...

Product: LegEasy 8 Developer. Written by Bolt-on-Trailers 24/01/25 at 01:13:04
Re:Re:Re:Export Group/Count data to text file 
Doubt it will remove your error but it is convenient to include the column header with delimiter.form headerKey`Count.items@f[1,1]`@f[1,2]...

Product: LegEasy 8 Developer. Written by Sam 24/01/25 at 05:51:18
Re:Re:Re:Re:Export Group/Count data to text file 
undoubtedly new DE will solve the problem NEVERTHELESS...

Product: LegEasy 8 Developer. Written by Ihor Zakharchenko 27/01/25 at 18:25:12