I have a bar chart that I drill down to another screen. ( I set the variable what got clicked on and Navigate to another screen in the onSelect method)
In the design mode run, everything works fine however in the app mode (execution mode), when I click on the Bar Chart the first time it doesn't work. I have to click on another bar (same chart) and it works the second time.
Anyone experience this problem? Any solution?
Thank you so much!
Best,
DT
Hi @DMumbai ,
Could you describe more clearly about
1)the relationship between the variable and the bar chart?
2)how does the bar chart get the variable?
3)the bar chart's OnSelect property?
Best regards,
This is what I have to populate the Bar Graph
Items
AddColumns(
GroupBy(Filter('[dbo].[SQLServerTableName]',Key = SelectedItem.Key),"Status","ByStatusValue"),"SumOfStatusValue",Sum(ByStatusValue,count))
OnSelect I have following code
Set(ChartStatusSelected,StatusBarChart.Selected.Status);
Navigate(StatusScreen,ScreenTransition.Fade)
Any update? Please let me know
User | Count |
---|---|
120 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
108 | |
83 |