Hi Guys
I Have Table 1 and Table 2.
Table 2 holds a monthly target, [HrsWeeklyTarget] and Table 1 SUMS a column for that week [HrsWeeklySum]. I want to compare the [HrsWeeklySum] to [HrsWeeklyTarget] and use formatting to highlite the value in a view.
Could anyone help with the syntax of the expression?
Do you have anything link HrsWeeklySum to HrsWeeklyTarget at all? Ideally one table would contain a the key to the other. Otherwise it won’t be possible to keep the information straight. Unless, these table are only meant to hold 1 row each.
Yeah, not sure which table you’d want to be the parent and which one would be the child. But one of them needs to contain the keys to other. That will auto create links that you can use to compare values between the two.