Tooltip populated by wishlist - tooltip

I can't find a solution to this. I want users to be able to favourite/wishlist products or posts and then on their wishlist page have tooltips with only the items they favourited.
In this case, it would be a static image of a map with the tooltips showing the (predefined) location of what they have wishlisted.
Any ideas?

Related

Dynamically update a Bar Chart by user selecting checkboxes in Google Sheets

I have a horizontal bar chart where one of the bars on the chart needs to be dynamic based on a user selection of checkboxes in a google sheet. I can get this to work with one checkbox "=IF(C5=TRUE,D5+100,100)" but not sure how to get to work when multiple check boxes are selected.
enter image description here
I have a "Base UPH" of 100 and just need to add the values in the "Multiplier" column if the checkbox(s) are TRUE. The idea is that the user could select one or all of the checkboxes and see how the "C-Dynamic" would be improved.
Any tips, much appreciated Thanks!
Able to get to work, but only for a single checkbox with this formula: =IF(C5=TRUE,D5+100,100)
You could do it with SUMIF, like this:
=100+SUMIF(C5:C8,TRUE,D5:D8)

Formula for spreadsheet with one main drop-down menu, that then shows relevant information based on selection of menu?

I am very new to Google Sheets. I have a 'Contacts Masterlist', that will continue to grow. It is currently at 2500+ contacts. It has been requested that we be able to filter what shows on the spreadsheet based on column 'A' which is the category the contact belongs to. We want to be able to edit directly into this as well. (Example: I want to add a new contact to the 'Tourism' category, I click 'Tourism' from the drop down menu, all the tourism contacts load, then I can insert row and add a new contact.
Is it possible to have the other categories just hide? I know of the regular filter, however, that has been requested to not be used. Right now, I have all my data to the left, and the drop down menu to the right. I hide the rows containing the main data to just show drop down menu, but this is not ideal for adding new contacts. Can this all be done within one sheet, without having to duplicate data?
Main masterlist
The menu created from the main list

View and Geolocation fields

There is something wrong with my views and the way it's communicating with geolocation field. Firstly the map is not opening zoomed out so you can see all locations within the view which means I have to zoom out to see all the map markers.
Secondly, whenever the markers are hovered or clicked they don't show any relevant field data or links to the nodes of which the markers are related. I've tried every configuration that I can think of in views Format, Fields and Filter criteria and nothing seems to work.
My entity structure consists of Venues and Events. The Venue has the geolocation field which is entity referenced in the Event with inline_entity_form (complex). The view I'm working from is an Events view with a relationship to Venues. I've also tried putting a geolocation field directly in the Event entity and I still have the same problem.
Does anybody have a solution to these issues?
screenshot of current map view
add attachment for your map and also separate page for the list of your fields.Also in the filter criteria exposed the boundary of you geolocation field.Enable ajax,it works for me.

Google Sheets - Validation list to default on selection in another cell, but still provide drop-down options

I'm stuck on this one, and after a number of google searches am now wondering if I'm the only person who's ever tried to do this.
I have a google sheet that users are required to fill in. There is a drop-down selection option at the top, specifying the region the user needs the file for.
However, as the user gets down to the lines for the individual items required, some (a small number) may not be for the region selected at the top.
So what I'm trying to do is add the regions to the individual lines. The default for each line should be the region selected at the top, so this should show as pre-selected. But I want the user to be able to still click on a drop-down arrow and select a different region for a line.
Does anyone have any ideas on how to do this? Thank you!
Okay,
I'm unsure of your expected outcome, your request is also not very clear -
What I've done is created a list via Data validation, however, if a user enters data into the adjacent column:
https://docs.google.com/spreadsheets/d/1OsrQCUt-Urf_Gx8_l9CBZkaUlDc311-S-0csa9GAtCQ/edit?usp=sharing
also it's good practice to share an example of your workbook for others to edit and work on.
let me know if this is what you wanted.

Filter data from Umbraco backoffice listview

I've a page called Page where I'll add some blocks called a PageBlock. This two are both document types. Under the Page you could create Pageblocks and Pages. Inside my listview on the backoffice, I'll only show the Pages. In the content three, I'll only show the Pages.
How could I do that?
I've tried to find a filter but nothing found and I wouldn't write a plugin. I'm using Umbraco 7.6
Update: I know how to create an listview but how could I make a filter to show only the childeren of one document type?
I don't know if I understand the question correctly, but I think what you want to do is set the permission of Pages to allow Pageblocks as its children (On the permissions tab of Pages)
Now if you want to display the children of Pages as a listview go to List view (top right) of Pages and enable Yes - Enable list view
If you want to both be able to view children in the tree and in a listview, you can leave the above option unchecked and add a List View property to the Pages documenttype (as displayed in your screenshot)

Resources