Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Message if no matching portal records


This topic is 4749 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Simple question: If there are no portal records, is it possible to display a message in the portal to indicate that? I'm sure there is already a thread answering this, but I can't find it.

Posted (edited)

You can overlay the top portal row with text (with transparent background) with your message. Use conditional formatting on the text box then to set the font to custom size 500 with this formula:

not IsEmpty ( child::childID )

... where child and child ID is your table occurrence name and ID on the portal. If you Arrange > Bring to Front this new text object, you can still enter the fields behind it. The text box will then disappear if there are records in the portal so you can read them.

Added: I forgot to mention that the text box must be considered 'outside' of the portal so make it wide enough to extend off the left edge or tall enough to extend up over the top edge.

Edited by LaRetta
Posted

Great. But how do I actually detect that there are no records? I could use a global count field and determine my conditional formatting on whether or not that number is zero for the number of records present in the portal, but is there an easier way?

This topic is 4749 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.