Laura Rojas Posted May 25, 2021 Share Posted May 25, 2021 Hi all! I have a doubt. I have to do a limit data expression for all graphics with this logic: All the grapichs must show only the data after this date 6/11/2020 but i dont how to do it... I think something like this: [month]>10 and [year]>="2020" ... but I don't have the day in a separate field.. I hope you help me with this :) Link to comment Share on other sites More sharing options...
Shrutika Aggarwal Posted May 26, 2021 Share Posted May 26, 2021 Assuming there isa column [A] containing date as 6/11/2020. Then you can use the following expression to limit data: Day([A])=06 And Month([A])=11 And Year([A])=2020 Link to comment Share on other sites More sharing options...
Fabian Duerr Posted May 26, 2021 Share Posted May 26, 2021 If only want to filter the data in certain visualizations you couldalso create a filtering scheme with your desired settings and then apply it to your visualizations. When you go with the data limiting expression, make sure that the format of your column is really DATE not STRING 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