I have a timesheet App where users will enter...

I have a timesheet App where users will enter start end end times for a particular Job.

In the job Table there is a VC in the Job table called โ€œRelated Timesheets by Jobโ€, which is fine.

I also have a table where users enter extras, and they do timesheet entries for this as well. There is a VC in the Extras table called โ€œrelated Timesheets by Extrasโ€

Both of these will populate a column in the timesheet table with their unique codesโ€ฆ the one from Job will populate the column [Job] and the one from the extras populates the column [extras].

Now, I am trying to filter out which columns show, depending on whether the [Job] column has anything in it, or the [extras] column.

Using the Show-If condition:

ISBLANK([Extras])

Now, the [Extras] column IS NOT BLANK, so the columns I am wanting to show/hide should hideโ€ฆ

But they are not hidingโ€ฆ and a quick check showsthat the App thinks the [Extras] column is empty, when it isnโ€™tโ€ฆ

Any ideas why this may be so?

Is it possible to have timesheets coming from two different directions, one from Job and one from Extras, but the one from Extras also populates the [Job] column in the timesheet with the Job ID?

0 4 361
4 REPLIES 4

tony1
New Member

@Green_Gorilla Does the expression tester show that ISBLANK returns the unexpected value?

@tony

Well, the expression tester only shows the first 900 or so rows of the spreadsheet where this data is not present. But I made a virtual column with the ISBLANK part and it confirms it is NOT blankโ€ฆ

tony1
New Member

@Green_Gorilla Are you in a form view or another view? If in another view, try setting โ€œApply show-if constraints universallyโ€ under UX > Options.

@tony I will have a lookโ€ฆ the view in which it works is Form View, and then it goes to detail view when saved, I think.

Thanks

Top Labels in this Space