-
There must be a better way...
I have the following code: let curRider := 'Team Membership'.RiderID; let rndJmp := RiderResults.'Round Type'; let x := for loop1 in rndJmp do AllResultRecIDs[RiderID !…
- Answered
-
v3.10.7
Just noticed that a new version is up. I noticed because now I can't use my main DB. All hell has broken loose. Interestingly I can use the MacOS app, just not the browser.…
-
Can I format my time to "number"
Hello Everyone I am not sure if this is exactly a number, but can I format my time to appear as follow: 10:00 => 10.00 10:15 => 10.25 10:30 => 10.50 10:45 => 10.75
-
v3.10.8 fixes
For those not on Facebook. The new FB moderator has posted fixes in 3.10.8: Hello Everyone, we released our update 3.10.8 yesterday. Here are the major changes and fixes: Fixed bug:…
-
Button script to select/link record on child table
Using the Invoice Template, I have a the 'Invoice' Table with an embeded 'Invoice Items' table. I add items to 'Invoice Items' by selecting existing records previously input in the 'Article' table.…
- Answered
-
I accidentally deleted my database from icloud how can I recover it?
I accidentally deleted my database from icloud how can I recover it?
-
Script not working dilemma
This simple script does not work in a working DB but is 100% in a restore and I cannot figure out why. No fieldnames have been changed, removed etc. The script does not indicate anything is amiss.…
- Answered
-
Button to apply filter to sub-table
Hi everyone, I've got a main table 'CONTRAT' that corresponds to our technical contract where i can find the start and end date, name of the client... And a sub-table 'INTERVENTIONS' that corresponds…
- Answered
-
Private cloud not responding
A worrisome issue with Ninox Private Cloud. I purchased this to have control over my Ninox. Twice in the past weekends the server has stopped responding and I cannot get to the UMS to restart.…
-
Send Emails with pictures in the body and also with attachments of your choice .
Since there is a lot of demand for sending emails with images in the body, I created an extended email database for the community. Using colors in the body is also possible.…
-
Thoughts on a DB redesign
Hi all - So I've been developing my team show jumping DB the last few years quite organically. I knew almost nothing about setting up a DB when I started and had zero knowledge of DB coding.…
-
selecting only first record meeting a criteria
Hi to all! Database tables Masters Reference Events inside a the Events Table I have this formula: let xEvent := Event; let xDate := Date; let x := (select Reference where Date = xDate and Event =…
- Answered
-
format in time
Good morning, I have built a db where with as main table: Titles Fields include: Genre and duration. Now I want to create a dashboard. Select Titles. I get the genres in the chart but it does not add…
-
Extended Calendar Functions needed
i would like to use the Calendar Function createCalendarEvent() to add few more data, like: Event is all day Reminder at a specific time Notes Place Someone has the matching syntax for me?…
-
Collaborator field options
Is there any way to display more than the default for a collaborator field? For example displaying the email address for the collaborator in an adjacent formula field or in the drop down selection of…
-
Need to share 2 fields more
I have this script to copy the 'I_Cost Report' to a 'Histoty Reports' Table, but need to include the Date and comment fields to the 'History Reports' how Add this ? Thanks let newrec :…
-
Real time clock within a form view
Hello Again All, Is it possible to have clock (face or digital) that keeps the current local time within a form view? Thanks, Sam
- Answered
-
bold style
I want a certain field/column to be 'styled/formatted' a certain way. I have only been able to achieve the background I want for the column in the list view using 'conditional styling',…
-
Help setting up please
I am setting up my own small exercise business and want to track clients. Ideally I would like to: 1) Enter and track client bookings (enter booking, track if they attend,…
-
About the problem of extracting numbers with regular expressions
Hello everyone, I have a question that I need help with. I am using a regular expression to extract the number "1" after the asterisk symbol in "箱2.5L*1坛".…
-
How to copy PDF file from Image field to new record.
Hi there! Hope someone already had to go through this: I'm copying records from one table to another (and then deleting them). Everything seems to be fine,…