-
Using APP (IOS or ANDROID)
Has anyone tried "intensely" the new version of the APP (IOS / ANDROID)?I have the problem that when the USERS log in, at the top, they don't see the tabs I created for each table!…
-
Open a table as a popup
Can anyone tell me if it's possible to open a table as a "popup" - and if so, how to write that piece of code? (case: I have a topic-library table containing info that I need to access at different…
-
why is this forum panel so small and only half working?
One thing that completey bugs me about this forum (actually there are quite a few things but i've ranted about them before). So.. rant number 64 is - Why is this question/reply panel font so small?…
-
Need help with filters
Filters are relatively easy to understand, at least the simple version. But I've run into trouble backing out of a set of filters. I had some filters on one of my table to see a subset,…
-
I am new to Ninox. I would like to print Avery labels for a mailing from our database. How do I do that?
I am new to Ninox. I would like to print Avery labels for a mailing from our database. How do I do that?
-
Whats going on with global script?
So I have had a script in the trigger after opening on the global options section. This script has been running for about just over a month perfectly fine.…
-
For making reports, can you please allow users to select which fields are summarized in the footer?
I would like to concatenate the text of grouped records, but I don't want that data to be concatenated in the footer as well. I've tried to turn off the footer,…
-
Est il possible de récupérer les x caractères de gauche de la valeur d'un champ ?
Bonjour; Est il possible d'utiliser une formule pour ne garder que les X caractères de gauche d'une valeur d'un champ ? J'ai par exemple un champ reprenant un nom de fichier qui commence par un…
-
Dynamic Choice misbehaviour
I have a table of Vehicles which uses a Dynamic Choice type field from which to select the Tax Class. However, here is a snippett from the main table view: So there are 3 vehicles,…
-
slicing and dicing of an array
How can one 'slice' an array from a specified item to the last item? The 'end' parameter can be a negative number to count from the last item. So slice(array,1,…