One function at a time tutorials are helping me solidify the many mysteries presented by FileMaker. Just keep playing with them till you are comfortable using them in solutions. Thanks as always Matt. Keep them coming.
Hi many thanks for your video, super useful. Could you please help me out? I have several scripts and I want to create a button with a condition function that if the x field=1 then when button gets clicked it shall chose script 1, and so on for script 2, 3 etc. Can you please guide me on this? Or is there any video already published on this topic? Many thanks and respectfully.
Matt, if we use "Hello world" & ¶ & "" & ¶ & "Another value" in the script parameter field, it won't shrink, and we get an empty value instead of "Another value" as a second parameter
It's because you used the indent symbol twice here. Your first value is hello world, your second value is blank because after your first indent you put "" and then the third value is another value, because after "" you put a second indent symbol
One function at a time tutorials are helping me solidify the many mysteries presented by FileMaker. Just keep playing with them till you are comfortable using them in solutions. Thanks as always Matt. Keep them coming.
Thanks for the feedback. I'll keep making them as long as they keep helping people out!
Since they were introduced I use them in almost every script...its magic.
Hi many thanks for your video, super useful. Could you please help me out? I have several scripts and I want to create a button with a condition function that if the x field=1 then when button gets clicked it shall chose script 1, and so on for script 2, 3 etc. Can you please guide me on this? Or is there any video already published on this topic? Many thanks and respectfully.
You can set variables first and compare them to the script parameters.
Matt, if we use "Hello world" & ¶ & "" & ¶ & "Another value" in the script parameter field, it won't shrink, and we get an empty value instead of "Another value" as a second parameter
It's because you used the indent symbol twice here. Your first value is hello world, your second value is blank because after your first indent you put "" and then the third value is another value, because after "" you put a second indent symbol
Clear and concise, thank you.
thanks, Matt
And Get (ScriptResult)