Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Webinars
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Add existing records to table automatically
Hello all, I have a populated table called 'Glossary' that I would like to bring into another table called 'Inspection Report' using View. At the moment,…
Anna Wenlock
Anna_Wenlock
4 mths ago
2
replies
40
Get help
Re: Insert paragraphs/line breaks into email button?
Oh, I should mention that it does it correctly with line breaks if generated using the Ninox sendEmail function, just not the openURL with mailto one.
Anna Wenlock
Anna_Wenlock
11 mths ago
Get help
Reported - view
Insert paragraphs/line breaks into email button?
Does anyone know how to create paragraphs please? I have a button that opens an email using openURL and mailto:, and inserts the text - some of which is in the code,…
Anna Wenlock
Anna_Wenlock
11 mths ago
1
reply
69
Get help
Print View Problem - Select record if
Hi everyone, I am trying to create a print report that shows a table view, but I can't get it to display the fields I want properly. The table displayed is 'Shipping',…
Anna Wenlock
Anna_Wenlock
1 yr ago
1
reply
123
Get help
Re: Have field remain blank if sum is zero
THANK YOU! That was driving me mad!
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Have field remain blank if sum is zero
Hello, this is probably something simple that I'm missing, but... I have two number fields in a table that I are added together to make a total. If this total is zero - as in £0 - then I would like…
Anna Wenlock
Anna_Wenlock
1 yr ago
2
replies
187
Get help
Re: Dynamic choice field - showing Id instead of description in print view
Think there is a glitch...no matter which thread I post on, it puts it here. Giving up.
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Re: Dynamic choice field - showing Id instead of description in print view
Hello, Just found this thread again because I don't seem to get any emails or anything to tell me when there has been a response to my posts...is this normal? Still haven't resolved the issue,…
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Re: Dynamic choice field - showing Id instead of description in print view
Hello, Just found this thread again because I don't seem to get any emails or anything to tell me when there has been a response to my posts...is this normal? Still haven't resolved the issue,…
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Re: Dynamic choice field - showing Id instead of description in print view
Thanks Steven, but still no joy I'm afraid...maybe I have my tables set up incorrectly somehow. I have emailed Ninox support to see if they can help as I have a lot of tables all communicating with…
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Dynamic choice field - showing Id instead of description in print view
Can anyone help please, this is driving me mad. I have a table called 'Inspection Report', and within this is a dynamic single choice field pulling from another table called 'Mechanical Services'.…
Anna Wenlock
Anna_Wenlock
1 yr ago
14
replies
1,482
Get help
Re: Dynamic choice which trigger numeric value change?
Brilliant, works perfectly! Thank you so much (again) Fabio
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Dynamic choice which trigger numeric value change?
Does anyone know how to have a numeric value pulled as a result of a dynamic choice please? I have a dynamic choice field called 'Stock Parts CABLING' which pulls a list of parts from a table called…
Anna Wenlock
Anna_Wenlock
1 yr ago
2
replies
376
Get help
Re: TRIGGER problem - Help please!
Thanks Fabio, I'll try that out. Not sure John, and apologies if people had replied. I haven't received any notifications from Ninox about my other post,…
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
TRIGGER problem - Help please!
Hello, I would like to use a trigger to make 2 changes, but my code only seems to make one change and I can't figure out why...can anyone help please? Am I trying to do something that can't be done?…
Anna Wenlock
Anna_Wenlock
1 yr ago
4
replies
336
Get help
Help, my code is half-working...what's wrong?
Hello everyone, I have a table for recording shipping relating to orders. A dropdown is used to choose the 'Courier Type', and I need the choice to make 2 changes: 1.…
Anna Wenlock
Anna_Wenlock
1 yr ago
3
replies
256
Get help
Re: Button to copy field entries from one field to another (running through entire table)
Thanks everyone, I have created this, and it works! for i in select Workflow do let a := i.'Bike / Item'; let b := i.'Main Colour (Bike / Item)'; let c := i.'Serial #'; let d := i.…
Anna Wenlock
Anna_Wenlock
1 yr ago
Get help
Reported - view
Button to copy field entries from one field to another (running through entire table)
I have decided it will be better for some data in my system to sit within a subtable. As a result, I would like to copy the entries for certain fields into the new (identically named) fields within…
Anna Wenlock
Anna_Wenlock
1 yr ago
6
replies
817
Get help
Re: HELP! What is wrong with my code? Trigger after update problems
Hi Karen, I had a button that when clicked created a line in table2 using the data from table1. I was trying to expand on this by having a choice field instead of a button,…
Anna Wenlock
Anna_Wenlock
2 yrs ago
Get help
Reported - view
Re: HELP! What is wrong with my code? Trigger after update problems
Never mind, I have figured a way around it!
Anna Wenlock
Anna_Wenlock
2 yrs ago
Get help
Reported - view
HELP! What is wrong with my code? Trigger after update problems
I have a multiple choice field with two options; 'Salvage' and 'Staff Purchase'. I have the code set up to create a line in another table when 'Salvage' is selected,…
Anna Wenlock
Anna_Wenlock
2 yrs ago
5
replies
677
Get help
Re: Trigger - use data in table 1 to create line in table 2
Thanks, Dean, that is far more straightforward than I was thinking. Obviously just overcomplicating it!
Anna Wenlock
Anna_Wenlock
2 yrs ago
Get help
Reported - view
Re: Trigger - use data in table 1 to create line in table 2
Hi Dean, My apologies for bothering you again, but at least you'll have an idea of what I'm talking about below... I have done as you suggested and rolled this out to include some other tables,…
Anna Wenlock
Anna_Wenlock
2 yrs ago
Get help
Reported - view
Re: Trigger - use data in table 1 to create line in table 2
Thank you so much for this Dean, I've tried it out and it works perfectly!
Anna Wenlock
Anna_Wenlock
2 yrs ago
Get help
Reported - view
Trigger - use data in table 1 to create line in table 2
Hello, I am struggling to create what I think will be a trigger event...? I have two tables - Components and Purchase Order. What I am trying to achieve is the following: 1.…
Anna Wenlock
Anna_Wenlock
2 yrs ago
5
replies
889
Get help
1
2
Next
Anna Wenlock
Anna_Wenlock
35
0
0
Joined: 03 Apr 2019
Follow
Home
Learn & Share
Get help
Webinars
View all topics
Tags