☀️ Summer update: unleashing the power of your Huwise portal !
Get inspired and gain all the knowledge you need
Recently active
Hello Community,We want to improve our ressources—User Guide, Academy, and Community. But we need your help to fine-tune what works and what doesn’t.Do you want more videos? Access from the platform? Content for the end users?Take a few minutes to share your thoughts by answering our short questionnaire. It’s just 8 questions—your feedback will shape the future of your learning experience.💡 Take the questionnaire & make your voice count!Big thanks for helping us improve! 🙌
Hello Community!Great news—posts are now available in 9 different languages! 🎉If a post is in a language you’re not comfortable with, just click “Translate” below the post and select your preferred language. AI will handle the rest. 📌 Bonus: You can also translate all replies to a post at once, just like this: Try it out and let us know what you think! 🚀
Hi we are trying to truncate the first 5 characters of a field and for some reason the Replace via Regular Expression processor doesn’t seem to ‘work”We have tried:^(.{1,5})(?:|$)Regex101.com seems to match it correctly and which replaces the first 5 characters with blank so then we tried this^.{5}(.*)which seems to replace all of it with a blank… Help please. If anyone can create a small library of useful regex strings for use that would be really appreciated!
Hello Community, the New Year is approaching and I thought we could share a few things - personal achievements, movies, songs, books, and other stuff (in data or not) — that have inspired us over the last 12 months.One of my achievements: Community launch, love it!🤩 Another one: 16 min in a wall sit challenge with my colleagues - it makes me question my career choices 🤔😅 My fav podcast of the year (in French): Raphaël Gaillard - Notre cerveau ne se supporte plus: on pharmacology, psychology, psychedelics, and brain chips…What are yours??Auto-translation 🪄Bonjour la communauté, la nouvelle année approche et j'ai pensé que nous pourrions partager quelques éléments - réalisations personnelles, films, chansons, livres et autres choses (en données ou non) - qui nous ont inspirés au cours des 12 derniers mois. Une de mes réalisations : le lancement de la communauté, j'adore ! 🤩 Une autre : un défi de 16 minutes assis contre un mur avec mes collègues - cela me fait remettre en question m
Bonjour, j’aimerais savoir comment pourras-je faire pour creer un clé API sur l’api BODACCAuto-translation 🪄Hello, I would like to know how I can create an API key on the BODACC API.
I am experiencing an issue with resetting the selection in an ods-select element that is used in my visualization. <div class="grid"> <div class="shared-width-ods-selects"> <div ods-facet-results="reglist" ods-facet-results-facet-name="name" ods-facet-results-context="myctx0" ods-facet-results-sort="alphanum"> <ods-select ng-init="myctx0.parameters['refine.name'] = []" options="reglist" selected-values="myctx0.parameters['refine.name']" multiple="false" label-modifier="name" value-modifier="name" placeholder="Pflegeheime auswählen"> </ods-select> </div>
Bonjour, J’essaie actuellement de faire un diagramme en colonnes (barres verticales). Ce que je parviens à faire.Sauf qu’après avoir ventilé ma série, j’ai essayé de trier par les valeurs décroissantes de l’axe y.Mallheureusement, je n’y arrive pas et j’ai un tri par défaut (suivant l’axe des abssices).Dans l’éditeur de code, mon code ressemble à ça:<ods-chart single-y-axis="true" align-month="true"> <ods-chart-query context="ctx" field-x="x" maxpoints="50" series-breakdown="break" stacked="normal" sort=y”> <ods-chart-serie expression-y="y" chart-type="column" function-y="SUM" color="range-custom" scientific-di
Hi,I'm using the following API from Opendatasoft to access postal code data:API Endpoint: https://data.opendatasoft.com/api/explore/v2.1/catalog/datasets/geonames-postal-code@public/recordsThis api is not available right now , When i trigger this api showing message like “The requested dataset geonames-postal-code does not exist.”. Please provide a reason for this Auto-translation 🪄Bonjour, j'utilise l'API suivante d'Opendatasoft pour accéder aux données de code postal :Point de terminaison de l'API : https://data.opendatasoft.com/api/explore/v2.1/catalog/datasets/geonames-postal-code@public/recordsCette API n'est pas disponible pour le moment. Lorsque je déclenche cette API, un message du type « Le jeu de données demandé geonames-postal-code n'existe pas ». Veuillez en indiquer la raison.
Hi everyone ! I would like to use a processor to convert Unix Timestamps into DateTime in the format %d/%m/%Y %H:%M:%S (‘1729698397000’ => ‘23/10/2024 15:46:37’). Do you have any idea what expression to use?My source is the JC Decaux API https://developer.jcdecaux.com/#/opendata/vls?page=getstarted.PS: for some reason, I don't want to use the dataset that already exists on the Data Hub.Thanks in advance for your help!!! 😃Auto-translation 🪄Bonjour à tous ! Je souhaiterais utiliser un processeur pour convertir les Timestamps Unix en DateTime au format %d/%m/%Y %H:%M:%S (‘1729698397000’ => ‘23/10/2024 15:46:37’). Avez-vous une idée de l’expression à utiliser ? Ma source est l’API JC Decaux https://developer.jcdecaux.com/#/opendata/vls?page=getstarted.PS : pour une raison quelconque, je ne souhaite pas utiliser le jeu de données qui existe déjà sur le Data Hub. Merci d’avance pour votre aide !!! 😃
Hello everyone, I'm sharing with you our new dashboard on baby names in our region.I hope this will inspire your creations. If you have any technical questions, I'll be happy to answer them and share the code. 😉Auto-translation 🪄Bonjour à tous, je partage avec vous notre nouveau tableau de bord sur les prénoms de bébé dans notre région. J'espère que cela inspirera vos créations. Si vous avez des questions techniques, je serai ravie d'y répondre et de partager le code. 😉
Hello to all dear members of the ODS community, We would like to share with you our latest dashboard, which presents several key figures from our canton (and by district and municipality) in various fields. All feedback is welcome, and we hope it will be a good source of inspiration.🤗✨Link✨ SStat FribourgAuto-translation 🪄Bonjour à tous chers membres de la communauté ODS, Nous souhaitons partager avec vous notre dernier tableau de bord, qui présente plusieurs chiffres clés de notre canton (et par district et commune) dans divers domaines. Tous les retours sont les bienvenus et nous espérons qu'ils seront une bonne source d'inspiration.🤗✨Lien✨ SStat Fribourg
Dear Support Team,I am reaching out with a technical question regarding my project.I am encountering an issue with initializing (lastdate) . Specifically, I need this variable to be correctly set in order to use it in a dropdown menu. This logic was working fine previously, but today I noticed that it no longer functions as expected. Here is a simplified snippet of my code: <div class="sticky-content" ng-init="variables = {}"> <div ods-adv-analysis="dateanalysis" ods-adv-analysis-context="myctx" ods-adv-analysis-select="max(jahr) as maxdate"> </div> <div class="advanced-kpi--top"> <h2> <strong>Filtern nach Spital und Jahr:</strong></h2> <div class="shared-width-ods-selects"> <div ods-facet-results="reglist
We work hard to expand our knowledge base with articles that help you make the most of the Opendatsoft platform. Check Product updates for the latest about new features and releases. Otherwise, here are some of the latest articles we’ve added or updated: ➕ Timezones are present in several different places on the Opendatasoft platform.Understanding how these timezones do or don't interact is critical, not only to display the correct dates and times to your users, but also to receive events and email alerts at the right time.Timezones are found in four places:In datasets in your back office In datasets in your portal In your workspace's regional settings In the timezone used for scheduled updates to datasetsTo learn more about timezones in Opendatasoft, feel free to consult our new article here. ➕ Studio makes it easy to create two types of map: points of interest maps and choropleth maps. Each of these map types offers a unique way to view and share geospatial data. To know more about
Fuelling the future of energy through dataThe Energy Data Summit hosted by Opendatasoft, E.DSO, and GEODE brought together over 100 data leaders in Brussels on December 6, 2023. Attendees shared their knowledge, learned from their peers, met old friends and made new contacts at the in-depth event.⚡️Want to go further? Download the presentation and access to the replays from each breakout session!
At a time of disruption and change in the energy sector, data use and sharing at scale allows companies to meet their pressing challenges and drive decarbonisation.To understand the current state of data democratisation across the European energy sector Opendatasoft carried out in-depth research, partnering with E.DSO and GEODE to survey players from across the European energy ecosystem.The Study highlights the progress that companies are making around data sharing, and outlines their ambitious plans for the future, as well as including comprehensive best practice recommendations for driving improvements.Download ⬇️
Frankston City Council has to demonstrate its performance to stakeholders, increase trust with residents and ensure that it is delivering on their changing needs. To do this the council has made it a key objective to increase engagement, trust and sustainable development and management of its assets and infrastructure.Discover how the city of Frankston is delivering information proactively from across the organization and sharing it in understandable ways to demonstrate good governance and ethical behavior while increasing transparency around decision making.Find out more →
Foundation S-The Sanofi Collective is the philanthropic arm of global healthcare company Sanofi. Originally begun in 2005, the My Child Matters program belongs to one of Foundation S’s four key priorities. It supports projects across low and middle income countries with the aim of giving every child with cancer an equal chance of survival.Data is central to showing the results of the projects supported by My Child Matters, as is creating a global community around child cancer. These aims are being achieved through a data portal that shares best practices and project results.Learn more about Foundation S’s collaboration with Opendatasoft in this Success Story.👉 Read the success story
Creating data stories and automated reports has never been simpler with Opendatasoft no-code Studio! Watch this tutorial to see how to use it for your data-filled pages.👉 Using Studio to create no-code pages
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.