[Forums] Aggregate Filter with joined tables
J. wrote:btw, if you are going for OR, you will end up with multiple records, because it's either empty which will give you a hit, or the one you selected.imho, it should be "AND" in any caseI...
View Article[Forums] Asking ideas for pushing data / notification from server to mobile
I suggest to check out some forge components.
View Article[Forums] Bug in Aggregate filter?
Hello J.This doesn't make any sense. First, the filter will be applied only after the joins were done. If there are no matching between Worker and the other entities, the JOIN will return all lines of...
View Article[Forums] Mobile Works on IOS but not Android
Hi,First thing I noticed is that you are on 10.0.200, since then there are already 8 releases.It could be a bug that could be fixed in one of those 8 releases...Next, since you mention "sometimes" it...
View Article[Forums] Bug in Aggregate filter?
since when are we comparing nulls in outsystems?afaik, there are no nulls in outsystems, just empty strings
View Article[Forums] Bug in Aggregate filter?
J. wrote:since when are we comparing nulls in outsystems?afaik, there are no nulls in outsystems, just empty stringsSince when the query is executed in the Database, not in OutSystems.
View Article[Forums] Bug in Aggregate filter?
Eduardo Jauch wrote:J. wrote:since when are we comparing nulls in outsystems?afaik, there are no nulls in outsystems, just empty stringsSince when the query is executed in the Database, not in...
View Article[Forums] Bug Report and Resolution for "The given key was not present in the...
Hi guys,I also saw this while upgrading to P10.This happens to me when a database column was removed. It still exists on the database, that's why it keeps working on < P10 (P9,8..)This is a good...
View Article[Forums] Bug in Aggregate filter?
lolRegarding how things work "under the hood" :)When you create a new record in an entity, as far as I know, yes, OutSystems replace the empty values by default values (exception to Foreign Keys). The...
View Article[Forums] Bug in Aggregate filter?
HiI did some more testing and it seems that when filters are added one by one it is working like expected.So seperating the filters did the trick.Regards, Harry
View Article[Forums] Bug in Aggregate filter?
Harry de Boer wrote:HiI did some more testing and it seems that when filters are added one by one it is working like expected.So seperating the filters did the trick.Regards, HarryHello Harry. Yes,...
View Article[Forums] JSONListify Output using double doublequote, problem when using...
Hi Eduardo, thanks a lot...I also fixed some logic, it seems I can't use List_Delete with Loop's current row number.Now it does List_Append instead if fields was used (not removed).Everything's now...
View Article[Forums] Bug in Aggregate filter?
Eduardo Jauch wrote:Now, regarding this being a bug or not.I vote for the bug! lolMy reasoning is simple. When the OutSystems converts the aggregate info into a query, it simply CAN'T assume that the...
View Article[Forums] How to get difference between two entity with same properties.
I also have this requirement, ArdoJSON will help a lot to serialize, deserialize, and do the comparing.Thanks.
View Article[Forums] JSONListify Output using double doublequote, problem when using...
I finally did it...I replace Key/Value pair with name/value pair (case sensitive), and give "." value to Path (previously "$").Thanks Eduardo for great support and RIcardo Silva for this great plugin.
View Article[Forums] Count occurrences of specific character in the string
Hi,Can someone please tell me how to get the count of specific character in the text variable, is there is any built in function available ?Thanks,Durgesh
View Article[Forums] scaffolding one to one relation screen
HiWhen scaffolding on the second drag (for creating the detailscreen for editing data) I get an error (Entity has no Id) if the entity has a one to one relationship (so indeed has no own identifier)....
View Article[Forums] Count occurrences of specific character in the string
no built in afaik, but for examplelength(var1) and length(replace(var1,"B"))
View Article[Forge] Test Framework
The Test Framework is an open source application that offers simple management and automated execution of OutSystems Unit and API tests. With seamless integration with BDD Framework and Unit Testing...
View Article[Forums] Mobile application goes into refresh loop with a message "Local...
We have this situation in the mobile application: when navigating from the home screen to another screen (there is a navigate button) that another screen starts frequently refreshing, it's showing a...
View Article