Skip to content

Show data from specific month in table #5692

Answered by melohagan
Pieter0313 asked this question in Help
Discussion options

You must be logged in to vote

Hey @Pieter0313

You're in the right place, but I think you'll need to use a static formula column for this.
Add a column called Month that is a static formula that will format your date field as follows:
{{ date Betaaldatum "MMM" }}

More here: https://docs.budibase.com/docs/formula

Then you can use an equals filter on the new field against the following handlebars expression:
{{ date now "MMM" }}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@Pieter0313
Comment options

@Pieter0313
Comment options

Answer selected by Pieter0313
Comment options

You must be logged in to vote
2 replies
@ConorWebb96
Comment options

@tomy137
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
formula Relating to Budibase formulas bb-filtering Filtering data
4 participants