Conditional data source problem using Fuzzy Search & Autocorrect

Yep. I’ll do that now. What just checking what this created.
image

Here’s the event array …

These are actually old records imported from their system for reporting purposes.

as i suspected. no resource attached to the event. if it’s not there, it wasnt fed the correct data (and by right i mean the data you think it should have)

your ‘day view’ is actually a resourceDayView

if the view has the word resource but your event doesnt have one, it wont display. period.

you could use the ‘assign no resource’ setting. i believe that does work. i could be totally wrong and could’ve broken it by this point and it may need mending

Interesting. Those records weren’t created by the app and are very old.
So I guess I should just filter those records out.

I’ll try that as a last resort. I suspect the data that I’ve imported from their old system purely for reporting purposes is the spanner in the works.

Hi Jared
Very happy to report that I have moved the data imported from the old (current live) system into a separate table so “LiveBookings” contains only data created in the app and now the bookings are showing correctly.
Thank you so much for your patience.
Stay safe.
PS: Tooltip not working and mm/dd not dd/mm in week view still not working though but neither show-stoppers

i can confirm this isn’t working for me either. i’ll troubleshoot this week on this and update you when it’s ready. it’ll likely come out more robust from the fixes

I’m not sure why this wont work for you. did you try to copy over the page I shared to see if the settings carry over? do you need a simpler example to copy over to see if it works or not?

Hi Jared. I withdrew my “bug” (I had a filtering issue).
Wow! the calendar behaves pretty weirdly if the array counts aren’t equal :roll_eyes:

1 Like

Yeah. That’s at the very top of the instructions. All lists list be the same length. :raised_hands::raised_hands::raised_hands:

The next major update make it easier to have multiple data sources and adding these fields easier

That will help take care of some of the struggle hopefully.

When a groomer has a day off I’d like them not to show up on the calendar.
Below is my unsuccessful attempt.
The field “All Day” = “yes” means the groomer is off for the day.
I had hoped that by adding this filter the event identifier and event resources would do the trick.
What advice can you give?
Thanks again.

Yeah. Feed the specific resource list the resources you want to display on any given day/week

You’d feed it a list of resources who don’t have the days off

Do a search for event’s resources
Constraint event start date > calendar element’s calendar data’s range start
Constraint event start < calendar element’s calendar data’s range end
Constraint day off = no

The example I’ve been sharing on this thread shows something very similar to this feature. Take a bit to check it out.

Thanks.

So, what I did above by removing the LiveBooking from the resource list and from the identifier won’t do that?

You could do that. But you’d have to do it for ALL event fields. Instead filtering the specific resource list would be easier

Thanks for the advice.

Thanks again. Works like a charm :slight_smile:

1 Like

Did you make this change? Exactly what I wanted. Now the only issue is the tooltip.
Many thanks.

So… tool tips will be fixed in the next update, just waiting on bubble approval.

Not sure what you’re referencing. :smiley_cat:

You’ll remember that even though we had ddd in the Date Column it was displaying mm/dd (US date forma). Suddenly the ddd has taken effect showing the ddd in the above screenshot.
I just assumed that you must have fixed whatever wasn’t working.
image