Bronze 1
Since ‎12-31-2021
‎06-01-2023

My Stats

  • 25 Posts
  • 2 Solutions
  • 0 Likes given
  • 11 Likes received

DMiles's Bio

Badges DMiles Earned

View all badges

Recent Activity

I am working on an employee database and I want to have a field which identifies who someone's line manager is. Example, Bob is Charlie's line manager.Both Bob & Charlie are in the Employees table, and there is a field Is a line manager where Bob is ...
I know how to hide a field before a record has been created, but now I want to hide a field only when the record is being edited.Reason being - It is a [Feedback Sent] field, and I only want it to be seen in the summary view, but I don't want to caus...
I have an EnumList field containing numerical ids (e.g. 1,3,6,10)These ideas correspond to text statements in another table.I can successfully pull out the statements, but I'd like them to output one to a line.E.g. Instead of Statement 1, Statement 3...
I have lists of values, e.g. 1, 2, 3, 6, or 12 , 14 , 15 , 16 , 17 , 20 in a columnI need to pull the corresponding statements.One example of the formula is [InstructionalDelivery][Criterion]Instead of pulling responses 1, 2, 3, 6 it is returning the...
I'm trying to setup an attachment template.I have a table WalkthroughRecords, which has a column Assessment_of_for_learning, which is configured as EnumList because it can take multiple entries.The entries come from the Criteria table, which has the ...