I created a slider Variable. I want to plot a scatter plot or bar for a stock prices column of transaction value column for example, and I want to filter the graph based on the slider: example if[Amount_Column<= My_Slider_Amount, Amount_Column]. Is this possible? Any instructions?