Page 1 of 1

Showing Available or unassigned records.

PostPosted: Wed Mar 17, 2010 7:31 am
by kaostika
Hi,

I have to make a client to show unassigned resources. In essence to report on the absence of something. I am going to do this by making Records for each day for the whole year.

Not lets say I assign May 1st to May 15th. How do I change just those records. It there a way to replace records.

Oreste

PostPosted: Wed Mar 17, 2010 7:59 am
by John Sindelar
Hey Oreste,

I think that you should be able to do this without creating placeholder records: using something like the virtual list technique you're using in your SearchResults mods...

For any given range (maybe for each day at a week, one day at a time), find those resources that are assigned, then write into a $$Var the omitted resources (those not assigned), move to the next day, and eventually you have your report, portal, whatever.

PostPosted: Wed Mar 17, 2010 8:28 am
by kaostika
Hi, Sounds like a good idea, I forgot you aren't showing records but reporting on Variables. I will need to see what variables are involved.

Oreste