Questions tagged [foundry-slate]

Questions related to development using Palantir Foundry's Slate application are appropriate for this tag.

Palantir Slate is an extensible WYSIWYG web-based application used to quickly create interactive visualizations of aggregate enterprise data.

69 questions
0
votes
1 answer

How Do I Include a Geohash in Slate Map Widget?

I have a dataset with geohash values (not the latitude and longitude coordinates) and want to plot these on the slate map widget. There does not seem to be a layer type that allows me to include those. How can I have these locations on my map?
Max Magid
  • 245
  • 1
  • 8
0
votes
0 answers

Filter for values with space from a Phonograph2 table in Palantir Foundry Slate

I want to filter records from a Phonograph table in a query using Table Search Service, endpoint Search. The problem is (as far as I am aware of) the filter terms have to be low cap and contain no space. So if I search for "Grand Opening", my term…
Vinh
  • 324
  • 3
  • 12
0
votes
1 answer

Select only some columns from a Phonograph2 table in Palantir Foundry Slate

My Foundry Slate app has a query to Phonograph2 using Table Search Service, endpoint Search. The Phonograph table has 50+ columns. The functioning query below would get all columns of rows fulfilling the filter condition object_id = the 2 values { …
Vinh
  • 324
  • 3
  • 12
0
votes
1 answer

How can I add an image into a Slate code sandbox?

I am not able to reference a URL pointing to an image stored within Foundry within the code sandbox. While the following works in the HTML widget, it does not work in the code sandbox:
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

Why can’t I see the selected values in the multi-select widget?

The values I selected in my multi-select widget below showing up as N/A. Where did I go wrong in my configuration and how can I set it up correctly?
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

How can I create a tooltip to show a chart series in Slate?

I built a chart and it turned out chaotic because it had too many series in the legend. Therefore, I want to use the tooltips to show the series title, so that it looks tidy. But I am not sure what is the best way to achieve that. The goal is that…
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

[palantir-foundry][slate] Foundry Slate - HTML widget Row selection

In Slate I have an HTML widget with 'n' rows. I would like to select/deselect some rows by clicking on each row and then mark them as, say 'top variables' if selection is made and visualize them on the application with some labels or color code on…
0
votes
1 answer

How can I fully hide a widget in Slate using CSS?

I have a container widget that is placed positionally on top of a code sandbox widget that I want to conditionally hide. I have set the container widget CSS property of display to none by applying a conditional class on the container widget. This…
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

Refresh platform data in tables after action

if i did some edits on data via functions on objects in tables are still the old data. Only after Browser refresh the changes are visible. Data is coming via Slate JavaScript Functions from Platform. Is there a way to refresh this data shown in…
Marco
  • 91
  • 4
0
votes
2 answers

Slate - TypeScript - return the required info out of a promise

my code @Function() @Edits(XYZ) public async fctLargestNumber(): Promise { const maxObject = Objects.search() .xYZ() // .groupBy(e => e.lngPlanningNumber.topValues()) // .segmentBy(e =>…
Marco
  • 91
  • 4
0
votes
0 answers

Phonograph query: how to join 2 datasets and get distinct

My question concerns Slate + Phonograph end point. Solution can be expressed using ontology and objects creation but my business domain doesn't have permission to use them so I prefer to discuss about Slate + Phonograph. My questions are at the…
GDF_kuma
  • 95
  • 7
0
votes
1 answer

Is it possible to add custom Styling to Slate popup Toast

my application is includes a Toast widget that notifies user when the query has been finished. I want to add custom icons, change the colour, add more drop-shadow, and change the font type. I was unable to find anything within the documentation or…
Mihir
  • 982
  • 1
  • 7
  • 13
0
votes
1 answer

get health checks automatically using API calls in Foundry Slate

Is there a way to get health checks automatically using API calls and show it in Foundry Slate application. I am trying to get the available data sets info such as health checks and show them in the dashboard automatically using API calls based on…
Ram D
  • 167
  • 1
  • 8
0
votes
1 answer

How to assign hotkeys to trigger event in Slate

Is there a way to schedule an event when a key is pressed on the keyboard. I can't seem to find that in the event triggers.
rsajdak
  • 93
  • 12
0
votes
1 answer

How do I make a Foundry Slate container collapsible?

I want to make a Slate dashboard that has collapsible containers that I've seen elsewhere, but I don't know which CSS styling to apply. Can someone help me understand how to accomplish this?
Adil B
  • 14,635
  • 11
  • 60
  • 78