python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to limit the no. of top values when aggregating in a Function?
I am writing a function which just groupby a string property. For this purpose, I need to select topValues() as the aggregation type. However, I get all possible buckets, while I just need the first 1...
Pablo Cosio
Votes: 0
Answers: 1
How can I use a function to give me the rids of objects?
I would like to look up the rids of some objects and capture them in an array of strings for reference or further use elsewhere.
Benjamin Ahnert
Votes: 0
Answers: 1
How to have flexible grouping column in Foundry Functions?
In my Workshop application, I would like to have a bar chart with a changeable x-axis. A dropdown widget would be used to select the desired x-axis.
For this I am writing a TypeScript function, that w...
Eduard Jesko
Votes: 0
Answers: 1
How to use wildcards for filtering an Object Set based on a string property in ts-queries (Palantir Foundry OSS)?
While implementing some search functionality using the StringPropertyFilter::fuzzyMatchAllTokens method I stumbled across the WILDCARD ObjectSetFilterType.
Filtering of a string property using wildcar...
elias
Votes: 0
Answers: 0