[Forums] How to select Distinct records from local storage entity in outsystems
Eduardo Jauch wrote:Hello Assif,Use the Group By. Groupping will help you select distinct values, as it will work like the Distinct for the fields you are groupping.Cheers.Can you share the similar...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hi Assif,To do a Group By in an aggregate (local or not), just follow these steps:Do this to every column you need in the results. The "distinct" will be made for the group of columns.Cheers.
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hi Assif,As Eduardo explained, you can select the column and option group by "notification_date", see this example for "categories":Regards,
View Article[Forums] Calling all MATLAB, Python, JS... (former?) coders!
Hi everyone,In the run-up to a session in the ODC, I would love to have a one-on-one chat with people who have come to OutSystems development AFTER being experienced in other programming...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Eduardo Jauch wrote:Hi Assif,To do a Group By in an aggregate (local or not), just follow these steps:Do this to every column you need in the results. The "distinct" will be made for the group of...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
I am unable to use other Attributes from my aggregate when added a GroupBy Date solution as specified above.Other Attributes like : notification_content, notification_title, notification_typeMy...
View Article[Forums] App Freezing Issue on iOS
Hi Aurelio,I was using the Outsystems cloud platform 10.0.830.0, but an old iOS version (11.3) on the phone, when I ran into this issue. It seems that this is an issue with iOS 11.3 on other platforms...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Assif, THis is how the Group By works. You can only use the attributes you're groupping.If you need more attributes, add them to the group using the group by.Just remember that adding attributes to the...
View Article[Forums] Need help with calendar access
Okuhle Salmani wrote:it doesn't show the calendarI can't see any image.
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Eduardo Jauch wrote:Assif, THis is how the Group By works. You can only use the attributes you're groupping.If you need more attributes, add them to the group using the group by.Just remember that...
View Article[Forums] ToDo mobil
Hello guys! i want to ask, i am learning mobile apps for ousystemsat one modul before the last, my modul incompatible , i try fix it with cleaning service center, check the version compatible, the...
View Article[Forums] Need help with calendar access
Okuhle Salmani wrote:Armando Gomes wrote:It depends on what he's trying to do. The widget referenced by Paulo belongs to the MobilePatterns module. He's looking into a different component, the...
View Article[Forums] Need help with calendar access
Okuhle Salmani wrote:Armando Gomes wrote:It depends on what he's trying to do. The widget referenced by Paulo belongs to the MobilePatterns module. He's looking into a different component, the...
View Article[Forums] Need help with calendar access
Amit Verma wrote:Hi Okuhle Salmani,I think you can try this calender plugin component for mob app.https://www.outsystems.com/forge/component/1566/calendar-plugin/Please refer below link for more detail...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hi Assif,What you need is a LIST (notifications) inside a LIST (dates).Unfortunately, there is no solution for this with a single aggregate. (The SELECT DISTINCT would have the exact same result).What...
View Article[Forums] ToDo mobil
Hello,Go to your mobile app eSpace on Service Center. A status message should appear different than this:Then hit the Dependencies tab and check those that don't have the green mark:By clicking on the...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Eduardo Jauch wrote:Hi Assif,What you need is a LIST (notifications) inside a LIST (dates).Unfortunately, there is no solution for this with a single aggregate. (The SELECT DISTINCT would have the...
View Article[Forums] Problem connecting to MS SQL Server Express
Hi All,Is this the error you get when installing the OutSystems Platform?Kind Regards,Martijn Habraken
View Article