-
Need the Diferent Between Two dates, Without Weekend and Holidays
I have Two days example 4/Mar/2024 and 11/Apr/2025 need the days wiithout Weekend and Holiday. I have define the table Holidays.
- Answered
-
About signature Questions
How to copy the images in the (signature) field of table A to the (Image) field of table B? What should the code look like, thank you for your reply.
- Answered
-
Help with Changing Multiple If Statement to a Case Statement
I need help converting this multiple if statement to a case statement. Withdrawn and Graduated fields are yes/no. if Withdrawn = 0 and Graduated = 0 then let t := 'Enrolled Date';…
-
print view
How can I print view without subtable
-
Duplicar archivo
Buenas tardes, al darle a duplicar archivo te tienes que salir de la base y meterte para verlo. Me pasa desde hoy. Tengo archivos que duplico y edito pocas cosas pero ahora sale mal.
-
join with conditions
i want a formula where i join a table to a text file, this i allready got working, but i want a condition where in the table i line is called "eis" i want a text with all the line with "eis" and a…
-
About writing conditional code.
I created a formula field in the home table. I set the condition that if the associated item in (copy here) (choose=1), it returns (A: 848); if the associated item in (copy here) (choose=2),…
-
How can I adjust this?
In the Home table, I selected the Alcohol option. The three charts below show the corresponding values. Starting from the second chart, I added the condition (choose=2).…
- Answered
-
Distribute dates between two others days.
@Fred I have the fields Plan 1 to Plan 5 with the following milestones 10%,25%,70%,90% and 100% in the Plan 1 date field I have the start date 8/02/2024 and in the Plan 5 date field I have the date…
- Answered
-
Ver 3.10 - new PAGES Feature
Just looked at the new PAGES feature. Got to say - I love it Much cleaner that dash boards and not of that nonsense of having to try and control limiting to one table entry etc.…
-
How do I write the code within the formula?
I want to create a formula in the Orders table that displays "AAAAA" when only Warehouse A is selected in Inventory; displays "BBBBB" when only Warehouse B is selected;…
- Answered
-
Create record in another table on a switch
Hi all, Bear with me as I'm a new user and don't have any tech / db-skills. If the answer to my question is in another post, please show me a link. I've tried to search the topics,…
-
Find in View (Today, Last Week 5 days, Last Month, Last Six Month and Year.)
Need a script that find the info by (Today, Last Week 5 days, Last Month, Last Six Month and Year.) Somebody helpme.
- Answered
-
Scaling up - multiple users
Hi, What happens if we use Ninox to build a field app, and then need each employee (up to 25) to use it to enter information? Basically i cant afford each user to pay a licence,…
-
How can I create a dynamic multiple choice that uses selections from another dynamic multiple choice.
dMC A item 1 item 2 (selected) item 3 item 4 (selected dMC B shows the following item 2 item 4 The user select items 2 and 4 in dMC A. dMC B shows only the items choses in dMC A
- Answered
-
Ninox App Anomaly 3.11.5
Context : System: macOS Sonoma 14.3.1 App: Ninox Database 3.11.5 My databases No more way to deploy the context menu on each local or iCloud database This works for databases on Public Cloud How can…
- Answered
-
Why is there no response?
I want to display the corresponding data after clicking the button, but 1 and 2 did not work. I verified with code 3 and it is correct. Where is the problem? Thank you for your reply.
- Answered
-
How can I structure the extraction of inventory data?
I have an inventory database. My products are recorded in two tables based on whether they are opened or unopened. (Unopened: whole boxes; Opened: whole boxes * units).…
- Answered
-
I have two questions about HTML code.
This is the starting code. <style> th { height: 30px; background-color: #4970FF; color: white; font-size: 28px; } td { background-color: #FE4A49; color: #FAFAFA; font-size: 22px; vertical-align:…
- Answered
-
Pop-up field showing wrong columns
I had a Combobox field where the Linked record was showing the "Trip Name" column and all was well. I decided to change the Show Field As type to Pop-up,…
- Answered
-
double click in cell to activate input - buggy sort of
I notice that the 2 x click in a cell does not always work as expected. I recall others having this problem and advising how to get around it. Sometimes when I 2 x click the record slides in rather…
-
Dynamic Reports
Trying to create a table of check using a WORD document with no success at all so far. The first screenshot is the Word table with fields which I believe is correct.…
-
How to use code to calculate the number of days in this year or next year?
Thank you for reply.
- Answered
-
getting started
can you give me some extra days for free trial?
-
storing system variables
I worked out a way of storing named global variables using a GLOBALS table and two global scripts. If this is of any use to anyone, I would be happy to post my solution.