general comment
5 TopicsCustom/Existing Visual regenerating on user selection
I am looking to either develop my own/find a visual that can dynamically regenerate/update based on a user selection. For context, the goal is simply to create a visual that lists a matrix of initial values (for example, a set of values that have a "-01" suffix) where a user can click on any of them that will then regenerate/update the visual with elements that have both the selected -01 suffix and the secondary -02 suffix, etc. for up to x amount of suffixes (basically recursive in a way). Considerations: Grid-like visual where it shows all the -01 values as a single boxed element Potentially attaching a url field (found in another column) that will hyperlink if they click the center of the box Having an 'expand' option within the element that will regenerate to the same grid-like visual, but using the initial selected value as a filter, and only showing rows where there is both -01 and the next -02 value This expanded version still maintains same behavior as if it was the -01 initial option, such as having the hyperlink option on direct click, or expand Methods originally considered but are not scalable: Using a series of cards (not sure if there is a url hyperlink attachment possible natively) Too many cards required and non adjustable without significant effort needed to incorporate Bookmarks (the amount of pages/bookmarks needed would need to be edited every single time when new entries are added) Had trouble figuring out how to properly get it to hide/show the next set of data properly or to filter correctly without external slicers on the page that also have to be interacted with Tree chart (although this kind of works, it is quite unintuitive and required an additional button for the hyperlink, as well as all prior elements in the tree remained on the page, cluttering the view even further Quick sketch of the principle I am looking to achieve below: From a 3x2 grid (adjustable/dynamic based on total values found and total size of the visual), user selects the + icon of the INTRO-01 box, which then leads to the next image, where its a subset of all the values under the INTRO-01 tag that are not the initial entry (for example, the act of clicking that element appends something that will now show anything that has a INTRO-01 tag AND the next set of tags). This can then keep incrementing as needed (depth and how many times this occurs would be manually built, up the amount of elements in the visual can dynamically change based on the data). Ideally this kind of visual is something that already exists somewhere, and if not, has capability within the developer API where I can build this kind of visual with its behavior myself. I have searched for this kind of behavior on the forums but most posts have not quite fulfilled the conditions I want or are using tables with values rather than something like this, which doesnt work as I had hoped. Some threads even mention this may not be possible, but those were relatively old so perhaps this kind of visual/behavior may have been added in since? Any tips or help would be appreciated.531Views0likes0CommentsMicrosoft Gantt 2.2.3 late milestones
Hello. I am trying to show my actual date is delayed compared to my projected date. So when I look at the graph I can see the milestone/start date as red, then the others after today as green. I have tried conditional formatting, milestones, but I cannot change the color.690Views0likes0CommentsHow to retain the value of configuration in custom visual?
I have implemented the custom visual with configuration called :Unique Dates Per Page, when i set some value, its taking up the value but when i save the page and open it again the value is again getting set to default value, i don't why this is happening? This is settings.ts file, where i am setting the value=20, on saving and opening the report again value is getting set to 20 (showing 20) but its still taking up the previous value which i have set it (not default value). How to resolve this issue?1.5KViews0likes6CommentsAdding multiple percentile lines to custom visual
Hi everybody, I'm developing a custom visual and need to replicate part of the behavior of the Percentile line field you can find in the Analytics pane in the Clustered bar chart, for example. So far, I've updated my capabilities.json file, so the percentile line can be customized in the Analytics Pane, but it only allows me to create one single line, instead of multiple. Does anyone have any idea how to do it? My percentile line. Once I've added one line, I cannot add more, the "+ Add" button disappears: Clustered bar chart Percentile line. I've already added 2 lines, but can add more (the button "+ Add" is visible): This is the field definition in capabilities.json: { ... "objects": { ... "percentileLine": { "displayName": "Percentile line", "displayNameKey": "Visual_PercentileLine", "objectCategory": 2, "properties": { "show": { "type": { "bool": true } }, "displayName": { "type": { "text": true } }, "percentile": { "displayName": "Percentile", "displayNameKey": "Visual_Percentile", "type": { "integer": true } }, "color": { "displayName": "Color", "displayNameKey": "Visual_Color", "type": { "fill": { "solid": { "color": true } } } } } } } }SolvedDisplay True Measure in Data Label in Card with States by OKViz
Hi, I am looking for a way to display the calculated measure in the Data Label - Value section of the Card with States by OKViz visual rather than the predefined Average, Min, Max, First, Last, Sum and Dynamic. Is there any way to modify the Visual Template to show Measure Value rather than to calculate the average between the available dates? Current Template: {"name":"Custom","id":"auto-1643808119909","visualStyles":{"card":{"horAlignment":"left","alignment":"top","paddingTop":-5,"paddingLeft":4},"dataLabel":{"aggregate":"max","fill":{"solid":{"color":"#005825"}},"precision":0,"fontFamily":"'Comic Sans MS'"},"categoryLabel":{"type":"raw_measure","paddingTop":-10,"fill":{"solid":{"color":"#005825"}},"fontSize":10,"text":"{target}"},"trendLine":{"pointsWeight":2,"interpolation":"cardinal","fill":{"solid":{"color":"#005825"}},"markerFill":{"solid":{"color":"#005825"}},"curShow":false,"hiFill":{"solid":{"color":"#005825"}},"loShow":true,"loFill":{"solid":{"color":"#FF0000"}},"areaShow":true,"areaFill":{"solid":{"color":"#005825"}},"areaTransparency":10,"size":"half"}}} Thanks1.2KViews0likes2Comments