Anthony stark Posted February 10, 2020 Share Posted February 10, 2020 Hi Guys, I have some data that captures maintenance data all year round. I am trying to create a line-chart that captures the data for the first day of ever month only (all year round). How do i create the line-chart in a way that it only polls the data (in percenage) for the first day of every month only Thanks in advance Link to comment Share on other sites More sharing options...
Anthony stark Posted February 11, 2020 Author Share Posted February 11, 2020 Any help with this Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted February 11, 2020 Share Posted February 11, 2020 You could create a new column with an expression like: Day([Date]) then set a filter or Show/Hide to only show data where this column = 1 Link to comment Share on other sites More sharing options...
Anthony stark Posted February 11, 2020 Author Share Posted February 11, 2020 Thanks KirstenS can you elaborate more on this solution i didnt quite get what you meant. What date would be in the proposed ([DATE]) column Link to comment Share on other sites More sharing options...
Naveen Tibco Posted February 12, 2020 Share Posted February 12, 2020 Hello, ----> you can add calculated column with expression -----> Day(date) as "DAY" ---> go to line chart ---> properties ---> data ---> limit data using expression ----> [DAY] = 1. Thanks Naveen Link to comment Share on other sites More sharing options...
Kirsten Smith (she/her) Posted February 12, 2020 Share Posted February 12, 2020 I'm assuming that your data has a column for dates, you describe wanting "captures the data for the first day of ever month only". That's the [Date] column. Link to comment Share on other sites More sharing options...
Anthony stark Posted February 13, 2020 Author Share Posted February 13, 2020 Thanks for all the input, i appreciate it 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