Using Map Search Box in Tableau as Action Filter - tableau-api

I have a dashboard where a map is one of the panes - is it possible for the search box within the map to become an action filter?
For example, if the user typed in Atlanta, Georgia and then the rest of the dashboard would refresh to show the relevant data.
Thanks!

Not sure if I understood you correctly. The functionality you described is supported by default in Tableau.
I created this map
Notice I have a filter for state.
Then I create a dashboard and pull the sheet I just created.
On the dashboard, I make the Geo State filter into "wildcard match" and thats it

Related

How do I showcase a query that showcases the user stories under a given feature on my ADO Dashboard

I keep getting the erorr that it is a hiearchal query and it isn't possible to create it as a widget on the ADO Dashboard.
I tried manually adding each one but I realized for some other features there's around 70 user stories which in the long run isn't efficient at all.
I want to create a query that I am able to showcase the user stories under a given feature and be able to put it on my dashboard without having issues. Thank you!
To get user stories under a given feature and display the results on the dashboard, you can refer to the following method.
Create a shared query as shown below. Parent is the work item id of your feature.
Add a widget named Query results to your dashboard. Select the query created from the first step at the Query box.
Then you can see related user stories in the widget.

Make Kibana field clickable

I have buildNumber filed (type is integer) as X-Axis in Kibana 6 visualisation, it looks like this:
How can I make it clickable?
E.g. if I click on #5 I'd like to get to event's data:
You can get what you want by creating a dashboard with:
The graph you show above
The saved search you display in the picture above (without filtering). First
save the search you want and then add it to the dashboard. From ES forum How
to Visualize Discover data in dashboard
When you add a visualization to a dashboard, there are two tabs: one for a list of visualizations and one that shows available saved searches.
When you click the buildNumber a filter will be automatically added to the dashboard which will filter all the items on the dashboard, so you'll see the buildNumber details as you want.

Google Custom Search - filter data from within a page

I am using Google Custom Search to enable users to search within my website. I have one page that displays a list of references (to scientific publications) as well as other content (dynamic). I would like to display the results so that references including the search term are filtered into their own tab - but I can only see how to label a whole page, not just a section of a page. This means I can filter for 'references', but get other content in my results, not just the references. Is there a way of doing this?
Yes, its possible I suppose. And I had done it sometime back and it had worked as expected. Have a look at these links -
Tech Republic Set up Google Custom Search and
Google Custom Search

How does foursquare add a custom image annotation on their Open Graph map?

When foursquare works with Open Graph after a user has performed a checkin on their application (and assuming said user is linked to Facebook), foursquare posts to Open Graph a sample of this checkin data. What's interesting is that they do not have a standard map. Their map has a pin point on it in which an annotation embeds a custom image. It looks a little something like this:
I'm curious how this is done? I can get a regular map to show up with a pin point or a simple image view, but I can't get this custom annotation embedded within a map view.
From what I can tell, there is nothing in the documentation which shows how to further customize the Map layout or add any additional meta data to a GeoPoint object in order to get this additional functionality.
It's currently only in use by Foursquare - effectively it's a test right now.
There are plans to open it up more widely but there's nothing to announce right now - it'll be announced on the blog when opened up further - https://developers.facebook.com/blog/

Facebook Timeline Aggregations Filters not working

I'm creating aggregations and setting a filter in the advanced section.
eg: x.category == Style
where x is an object defined in the open graph section of my app and catgory is a custom variable defined for that object
These aggregations don't seem to work. I'm definitely passing the category variable to facebook via the og tags. I can validate that because I use {x.category} in the caption field and it shows the right category. I've changed the aggregation to show actions and objects and neither seem to work. The aggregation box would just not show at all.
Any help is appreciated.
We reached out to the Facebook team and apparently this is a critical bug and they're working on a fix.