Bronze 4
Since ‎02-03-2022
‎07-09-2022

My Stats

  • 14 Posts
  • 1 Solutions
  • 5 Likes given
  • 9 Likes received

KerryIBCLC's Bio

Badges KerryIBCLC Earned

View all badges

Recent Activity

Hi All,I've got a simple guestbook app that captures a first name and phone numberIf the last 3 digits of your phone number matches any one who have registered today it won't validate so you cannot login twice.However if two people with different nam...
Hi,I have a chart that I need to dynamically update based on the drop down [Year filter].[Year filter] is populated with data from the column [Year]I understand I need to hook up the chart to a slice with a row filter condition.I need the slice to de...
Hi,I'm looking for a better way of dynamically updating a chart that I have in a dashboard. I need to display the meetings per year as in the screenshot below when selecting the year from the table view in the dashboard.I currently have multiple dash...
Hi All,I have an enum column (Matched phone numbers) that displays a list of phone numbers using the suggest values from the expression:SELECT(guestbook[Phone number], ([First name] = [_THISROW].[First name]))I need the enum list to display only the ...
Hello all,How do I set the date picker to default to the first day of the current year?I've tried:DATE("1/1/YEAR(TODAY())")This shows as a valid expression but the date picker is blank when using it.Thanks 