Katie Sikorski Posted August 2, 2021 Share Posted August 2, 2021 I have tried everything the only way I can get greater than is with a filter. Is there away to say Date > 12/31/2015 in an expression I can't seem to get anything to work. Link to comment Share on other sites More sharing options...
Fabian Duerr Posted August 3, 2021 Share Posted August 3, 2021 Have you tried to parse your date using the ParseDate() function or using Date() For example: [your.column] < Date(2015,12,31) You cannot compare a regular string object with a date object. You need to convert it first. Link to comment Share on other sites More sharing options...
Katie Sikorski Posted August 3, 2021 Author Share Posted August 3, 2021 I put this in. [P_DATE]>Date(2015,12,31) and I got a Chart with False on one end and true on the other but no production line or production bar chart see example of what I am getting and what I need thanks. Link to comment Share on other sites More sharing options...
Katie Sikorski Posted August 3, 2021 Author Share Posted August 3, 2021 Attached examples Link to comment Share on other sites More sharing options...
Fabian Duerr Posted August 3, 2021 Share Posted August 3, 2021 Please go to the properties of your visualization -> data -> limiting data using expression -> edit and put the expression there. Don't put it on x-axis. Leave this axis on P_DATE This will act like a hard-coded filter to the data just in this visualization. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now