Forum Discussion
MeganHardison
5 years agoQrew Member
Hi Mark,
Thanks for getting back to me. :-)
The [Not Available] field is a lookup field. Its looking at a field in another table that's a summary field showing when the item is being used. I just want to say that if there's something in that field, I want the user to double check that its not being used during the dates they want it.
Do you know if there's another way to do it?
Thanks so much for your help!
------------------------------
Megan Hardison
------------------------------
Thanks for getting back to me. :-)
The [Not Available] field is a lookup field. Its looking at a field in another table that's a summary field showing when the item is being used. I just want to say that if there's something in that field, I want the user to double check that its not being used during the dates they want it.
Do you know if there's another way to do it?
Thanks so much for your help!
------------------------------
Megan Hardison
------------------------------
BradLemke
5 years agoQrew Assistant Captain
See if this works for you:
If (
[Not available] = "",
"",
"Please check that your items are available during your event dates. Thank you!"
)
------------------------------
Brad Lemke
------------------------------
If (
[Not available] = "",
"",
"Please check that your items are available during your event dates. Thank you!"
)
------------------------------
Brad Lemke
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
If Brad's suggestion does not work, try this
See if this works for you:
If (
ToText([Not available]) = "",
"",
"Please check that your items are available during your event dates. Thank you!"
)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------