Jump to content
Server Maintenance This Week. ×

Value List To look like a portal?


AvrioTech

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

Recommended Posts

I have a 1 child file that has Infomation Of Payroll Information. The information is inputed daily and usually has like 6-7 records of on unposted payroll and alot of posted records.

I need a value list to display all the names of the employess that are unposted. How can I get a value list to look like a portal with many rows and scroll bar?

Link to comment
Share on other sites

Since you say "daily" I'm assuming you only want to see 1 day at time. Since a relationship evaluates all records, you'd need to have the date in the key. I don't know what field makes someone "posted." It doesn't really matter, just put whatever your field is where I put "posted". I'm assuming you have these records, some posted, some unposted, as you said.

_cDateUnposted =

Case (IsEmpty (Posted), Date, TextToDate("") )

Uncheck "do not evaluate if empty."

Then, you can use either a global field, to input the date, or Status(CurrentDate), unstored, as the left side of the key, for a portal.

Link to comment
Share on other sites

This topic is 7353 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.