Hello everyone. Query about expressions.
I have two tables.
A table is of dates (read only), where the [Row Id] is the date itself since it is unrepeatable and unique. It has 4 fields.
[RowId], [Month] [Year] [Period]
The Month, Year, and Period values are calculated by themselves.
Another table that is for salaries where there is a field called Period (Ref Type) and from where I want to be able to select a period from the dates table.
So you’re pulling a non-key column in as options for a Ref column. Yes obviously there would be yellow exclamations in that case. Not sure where your misunderstanding is here. Perhaps a review of how references, keys, and labels work?
I know, I’m trying to extract a non-key listing, but that was on purpose. Is it possible to do that? Is there an expression to do it? I have dates of 40 years in a list, a formula that calculates months, another that calculates years and another that calculates periods in successive columns. The periods are concatenations of months and years, which greatly reduces the list since it is monthly and they are all unrepeatable. I need to bring the periods. What way do I do it? Thank you