☀️ Summer update: unleashing the power of your Huwise portal !
Create data stories, dashboards and apps, and share your data experiences with the users of your choice.
Recently active
Has anyone tried training a GPT-Model using the ODS documentation to be able to write HTML code that can be directly used in ODS to create visualizations?
Me again!Ive been looking at the studio editor for creating pages, is there anyway to make the charts cumulative? For example im wanting to total the amount of generation in one of our datasets over the last 5 years or so, currently i can only get it to sum the amount in 2020, then 2021, 2022 etc, and not add these figures to show a trend over that time period. Apologies if its very obvious but currently I cant see it! Thanks Ryan
Hi everyone,I’m currently working on a couple of charts and need some help with the following: Removing Label Rotation on X-Axis: I have a column chart where the X-axis labels are rotated by 45°. I would like to keep them horizontal (no rotation). I’ve tried using the x-label-rotation="0" attribute, but it doesn’t seem to work. Does anyone know how to remove the rotation and keep the labels straight? Fixing Truncated Labels on Y-Axis: In another chart, the labels on the Y-axis are too long and are getting truncated. I’d like to ensure that the full labels are visible without cutting off any text. Does anyone have a solution for adjusting the Y-axis to accommodate longer labels? Any help or suggestions would be greatly appreciated!Thanks in advance!Auto-translation 🪄Bonjour à tous, Je travaille actuellement sur quelques graphiques et j'ai besoin d'aide pour les points suivants : Suppression de la rotation des étiquettes sur l'axe des X : J'ai un graphique à colonnes où les étiquettes
Hi All! Maybe ( and hopefully ) a simple one, has anyone else had problems with pop ups not appearing on top of certain elements on their page? See below where certain parts of the map show over the top of the pop up. Is there anything to include in the code to ensure the pop-up appears over everything? Auto-translation 🪄Bonjour à tous ! Peut-être (et j'espère) une question simple, quelqu'un d'autre a-t-il eu des problèmes avec des fenêtres contextuelles qui n'apparaissent pas au-dessus de certains éléments de sa page ? Voir ci-dessous où certaines parties de la carte s'affichent au-dessus de la fenêtre contextuelle. Y a-t-il quelque chose à inclure dans le code pour garantir que la fenêtre contextuelle s'affiche au-dessus de tout ?
Hello,I have the same question as this one, but unfortunately, the answer doesn’t satisfy me (the proposed solution leads to another issue specific to my case). Is there a way to directly refine with the current date in the ods-dataset-widget? A solution in the spirit of the image below:thank you in advance.DavidAuto-translation 🪄Bonjour, j'ai la même question que celle-ci, mais malheureusement, la réponse ne me satisfait pas (la solution proposée amène à une autre problématique propre à mon cas). Existe-t-il un moyen d'affiner directement avec la date du jour dans le widget ods-dataset ? Une solution dans l'esprit de l'image ci-dessous : merci d'avance. David
Hello dear community,We have a small problem with the harvesting on opendata.swiss - we are receiving the following error message for all data we are harvesting on opendata.swiss:Error Message: 400 Client Error: Bad Request for url: https://data.bs.ch/api/v2/catalog/datasets/100168/exports/fgb Apparently, there is an issue with the fgb format. Had annyone the same issue?Best regards from Basel,BorisAuto-translation 🪄Bonjour chère communauté, Nous avons un petit problème avec la récolte sur opendata.swiss - nous recevons le message d'erreur suivant pour toutes les données que nous récoltons sur opendata.swiss : Message d'erreur : 400 Erreur client : Mauvaise demande d'url : https :/ /data.bs.ch/api/v2/catalog/datasets/100168/exports/fgb Apparemment, il y a un problème avec le format fgb. Quelqu'un a-t-il eu le même problème ? Meilleures salutations de Bâle, Boris
Bonjour, est-il possible d'afficher le nombre de jeux de données dans le catalogue de façon dynamique ? Auto-translation 🪄Hello, is it possible to display the number of datasets in the catalog dynamically?
Hi - is there a way using a Processor to add an Index column to data? We can see an index of sorts on ODS but want to add an actual index column to be included in the data (within a dataset). We have been downloading/manipulating the source in Excel but would like to skip that step if possible.Auto-translation 🪄Bonjour - existe-t-il un moyen d'utiliser un processeur pour ajouter une colonne d'index aux données ? Nous pouvons voir une sorte d'index sur ODS, mais nous souhaitons ajouter une colonne d'index réelle à inclure dans les données (dans un ensemble de données). Nous avons téléchargé/manipulé la source dans Excel, mais nous aimerions ignorer cette étape si possible.
Hello,We are currently trying to create a chart that contains information from two different datasets, one with the data collected until a certain date, and one with the forecast values starting the day after the last collection. Each of the individual information has stacked data and different colors.When we display the information in the chart, we have a gap of data between the last day collected and the forecast, which we would like to fill. As of right now, we have tried to:Set the first forecast date equal to the last collection date, which makes the day in common stack, since both of the individual data have stacked data; Place all the information together in one dataset, which makes it so we can’t change the colors between the collected and forecast data.Is there any solution to make a continuous graph with changing colors when moving from collected data to forecast? Here is an example of the code so far:<ods-chart align-month="true" single-y-axis="true"> <ods-chart-que
Dear ODS-community,When I export the dcat_ap_ch. I would like the descriptions to be in typescript (or something else being machine-readable). Is there a way to do that.https://data.bs.ch/api/v2/catalog/exports/dcat_ap_chThis is because, we always have to type out the URL’s for opendata.swiss and data.europe.eu to show them as clickable urls. Furthermore the “new lines” cause the problems that the urls are not always shown correctly.See:https://data.bs.ch/explore/dataset/100008/information/https://opendata.swiss/de/dataset/bade-trinkwasser-und-zierbrunnen-in-baselhttps://data.europa.eu/data/datasets/100008-kanton-basel-stadt~~1?locale=frAlso the other cantons (I checked) using ODS don’t seem to work. For Zurich it works:https://opendata.swiss/de/dataset/kinostandorte-zwischen-1907-und-2018Kind Regards,Orhan
I am creating a visualisation where I have two datasets plotted on a map, and I want to filter these by year with a slider. Currently I have two separate sliders, with each one filtering a different dataset. Is there a way to have one slider interact with multiple contexts? Current Code:<ods-dataset-context context="flexibilityprocurementareas,flexibilityexpressionsofinterestareas" flexibilityprocurementareas-dataset="flexibility-procurement-areas" flexibilityexpressionsofinterestareas-dataset="flexibility-expressions-of-interest-areas"> <div id="c1"> <ods-date-range-slider context="flexibilityprocurementareas" date-format="YYYY" initial-from="2023/01/01" initial-to="2029/01/01" precision="year" date-field="start_of_regulatory_year"
Hello everyone,I've been working with the ods-adv-analysis widget and noticed that the output variable seems to be limited to a maximum of 20,000 elements. This constraint is making it difficult to handle large datasets, which are crucial for my project.Additionally, while the ods-aggregation widget works well for basic functions, it only offers simple calculations. For my use case, I need to perform more advanced operations on larger datasets.Does anyone know if there are options or settings to bypass this limit or to perform more complex calculations on large data sets? Any guidance would be greatly appreciated!Thanks in advance for your help!Auto-translation 🪄Bonjour à tous, J'ai travaillé avec le widget ods-adv-analysis et j'ai remarqué que la variable de sortie semble être limitée à un maximum de 20 000 éléments. Cette contrainte rend difficile la gestion de grands ensembles de données, qui sont essentiels pour mon projet. De plus, bien que le widget ods-aggregation fonctionne bi
Hello ODS-Community,I hope you are doing well. I have a quick question regarding the table view feature. Is it possible to customize the embedded table so that I can change the order of the columns and display only the desired columns?I would greatly appreciate your guidance on this.Thank you for your help!Best regards,BorisAuto-translation 🪄Bonjour ODS-Community,J'espère que vous allez bien. J'ai une petite question concernant la fonction d'affichage du tableau. Est-il possible de personnaliser le tableau intégré afin de pouvoir modifier l'ordre des colonnes et afficher uniquement les colonnes souhaitées ? J'apprécierais grandement vos conseils à ce sujet. Merci pour votre aide ! Cordialement,Boris
I am looking for some guidance.I have a dataset containing values for Birmingham wards, England and the Region.I would like to have a visual (Column chart) which shows each ward. But then a reference line to show the average for England and the Region based on their latest value.At the moment I am doing this using variables I define. But I would like it to autmatically figure out the latest year and return the latest value for England and the Region rather than me hardcoding it into the variables. My Code looks like this;<!--Variables Start--><div ng-init=" valuelabel = 'Value (%)'; maphigh = '8,48,107'; maplow = '198,219,239'; decimalprec = '1'; complatestperiod = '2021'; compBirmlatestvalue = '10.8'; compEnglatestvalue = '6.4'; compWMCAlatestvalue = '8.9' "> <!--Variables End--> <ods-dataset-context context="ctxenglat
Dear community,I’m working with time series data, and my data corresponds to a production measured every 10 minutes (each line correspond to the production for 10 minutes). Like the following: Timestamp Production 01.01.2024 00:00 12 01.01.2024 00:10 4 01.01.2024 00:20 16 I haven’t found a straightforward way to display a line plot with time on the X-axis and the production value on the Y-axis. The examples I’ve seen are similar to the screenshot below (function-y="SUM" and timescale="hour").This solution works if each observation corresponds to 1 hour/minute... but what should I do in my case where one row corresponds to 10 minutes? I hope my question is clear, and I thank you in advance for your valuable help.Best,DavidAuto-translation 🪄Chère communauté,Je travaille avec des données de séries chronologiques, et mes données correspondent à une production mesurée toutes les 10 minutes (chaque ligne correspond à la production pendant 10 minutes). Comme ce qui suit :
Hi All :) Ive seen other portals have the option to view source data at the bottom of a visual, can anyone share with me some example code to get this to work? And does it keep filters etc on from the context? Thanks RyanAuto-translation 🪄Bonjour à tous :) J'ai vu que d'autres portails avaient la possibilité d'afficher les données sources au bas d'un visuel. Quelqu'un peut-il partager avec moi un exemple de code pour que cela fonctionne ? Et est-ce que cela empêche les filtres, etc., de se connecter au contexte ? Merci Ryan
I have the following problem: I have uploaded a CSV with dates of school holidays and school free days. For example May 1st is a holiday that starts on 20240501 and ends on 20240501 (the same day). This should be no problem when creating an iCal file, since we can set DTSTART and DTEND both to 20240501. However, open data soft seems to append the timestamp in any case, so it creates an iCal file with DTSTART and DTEND both being 20240501T000000Z. This results in an undefined behavior when opened with any calendar.Is there a way to tell ods to just create full day events without time stamps?Auto-translation 🪄J'ai le problème suivant : j'ai téléchargé un fichier CSV avec les dates des vacances scolaires et des jours fériés. Par exemple, le 1er mai est un jour férié qui commence le 20240501 et se termine le 20240501 (le même jour). Cela ne devrait pas poser de problème lors de la création d'un fichier iCal, puisque nous pouvons définir DTSTART et DTEND à la fois sur 20240501. Cependant,
Hi, bit of a coding novice here. Can someone help with the code with choosing which background to select for each variable in my tree map/chart, as well as the text label to show on top. Would this be done in the HTML or CSS element fo the code? I ahve a screenshot of the tree chart below. Thanks! Auto-translation 🪄Bonjour, je suis un peu novice en codage ici. Quelqu'un peut-il m'aider avec le code pour choisir l'arrière-plan à sélectionner pour chaque variable dans ma carte/mon graphique en arborescence, ainsi que l'étiquette de texte à afficher en haut. Cela se ferait-il dans l'élément HTML ou CSS du code ? J'ai une capture d'écran du graphique en arborescence ci-dessous. Merci !
I have a chart on a custom view with a time series (x) and a geographic series as a stack. The visual uses the ctx context to change as per the filtered dataset. How can I stop the chart widget from reacting when a filter is made to the time series but still react when changing other filters?<ods-dataset-context context="changeininvestmentswmca" changeininvestmentswmca-dataset="change-in-investments-wmca" changeininvestmentswmca-parameters="{'disjunctive.areaidentifier':true,'disjunctive.arealabel':true,'disjunctive.periodlabel':true}"> <ods-chart scientific-display="false" align-month="true"> <ods-chart-query context="changeininvestmentswmca" field-x="periodlabel" maxpoints="50" series-breakdown="arealabel"> <ods-chart-serie expression-y="value" chart-type="line" function-y="SUM" color="range-custom" scientific-display="true"> </ods-chart-serie> </ods-chart-query> </ods-chart></ods-dataset-context&g
When using a custom view I know I can use to return the current dataset ID.But is it possible to also return the current dataset title? I have tried ctx.dataset.title and other variations but they are all blank.Auto-translation 🪄Lorsque j'utilise une vue personnalisée, je sais que je peux l'utiliser pour renvoyer l'ID du jeu de données actuel. Mais est-il possible de renvoyer également le titre du jeu de données actuel ? J'ai essayé ctx.dataset.title et d'autres variantes, mais elles sont toutes vides.
I have a custom view with some visuals which use the default CTX context.How can I specify a new context or link to the CTX context but have this particular one use some pre-defined filters?I ask as I have a dataset with multiple locations but I would like a line graph to just show 3 of the 9 available. But, I would still like it to react to other changes made in the filters.Auto-translation 🪄J'ai une vue personnalisée avec certains éléments visuels qui utilisent le contexte CTX par défaut. Comment puis-je spécifier un nouveau contexte ou un lien vers le contexte CTX tout en faisant en sorte que celui-ci utilise des filtres prédéfinis ? Je pose la question car j'ai un ensemble de données avec plusieurs emplacements, mais je voudrais qu'un graphique linéaire n'affiche que 3 des 9 disponibles. Mais je voudrais quand même qu'il réagisse aux autres modifications apportées aux filtres.
When building a choropleth map one must specify a value for the min and max. It’s it possible to make this dynamic depending on the filter? we have a dataset with multiple years and I would like to be able to filter each year and see the colours based on that selection. currently I must do it based on the entire dataset. thanksAuto-translation 🪄Lors de la création d'une carte choroplèthe, il faut spécifier une valeur pour le minimum et le maximum. Est-il possible de rendre cela dynamique en fonction du filtre ? Nous avons un ensemble de données avec plusieurs années et j'aimerais pouvoir filtrer chaque année et voir les couleurs en fonction de cette sélection. Actuellement, je dois le faire sur la base de l'ensemble de données. Merci
Hello everyone, I'm encountering an issue when using multiple filters on my new dashboard. When I select a value for the first filter, it updates the other filters, which is great, but it's not stable at all. Sometimes, selected values in one filter get deselected on their own. Here's a screenshot of my code. I hope my question is clear, and I thank you in advance for any help. result: code:this is to get the values for my labels in ods-selectfirst 2 filterslast filter with a reset button Auto-translation 🪄Bonjour à tous, je rencontre un problème lors de l'utilisation de plusieurs filtres sur mon nouveau tableau de bord. Lorsque je sélectionne une valeur pour le premier filtre, cela met à jour les autres filtres, ce qui est génial, mais ce n'est pas du tout stable. Parfois, les valeurs sélectionnées dans un filtre sont désélectionnées d'elles-mêmes. Voici une capture d'écran de mon code. J'espère que ma question est claire et je vous remercie d'avance pour toute aide. résultat : cod
Hello everyone,I am currently trying to create an application with the Page Templates. Is it possible to change a category (in my case a product name that can be filtered) directly in the HTML code? Which function can I use to do this? Or does the product name already have to be changed in the original data set?Thanks for your help!RahelAuto-translation 🪄Bonjour à tous, j'essaie actuellement de créer une application avec les modèles de pages. Est-il possible de changer une catégorie (dans mon cas un nom de produit pouvant être filtré) directement dans le code HTML ? Quelle fonction puis-je utiliser pour faire cela ? Ou le nom du produit doit-il déjà être modifié dans l'ensemble de données d'origine ?Merci pour votre aide !Rahel
Hello! We have a custom page showing a map with multiple layers - which continues to grow! Is there any way to Group the layers in order to minimise the long list? Eg Show ‘Sites’ which, when clicked, then expands to show ‘Primary Site’ layer, ‘Grid Site’ layer, ‘Secondary Site’ layer etc.Multiple Map LayersMany thanks! Auto-translation 🪄Bonjour! Nous avons une page personnalisée affichant une carte avec plusieurs couches – qui continue de croître ! Existe-t-il un moyen de regrouper les couches afin de minimiser la longue liste ? Par exemple, afficher « Sites » qui, lorsque vous cliquez dessus, se développe pour afficher la couche « Site principal », la couche « Site en grille », la couche « Site secondaire », etc. Couches de carte multiples Merci beaucoup !
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.