Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters on Calculated columns #74

Open
sree1658 opened this issue Oct 16, 2024 · 0 comments
Open

Filters on Calculated columns #74

sree1658 opened this issue Oct 16, 2024 · 0 comments

Comments

@sree1658
Copy link

Hi,

I am doing these calculation in my table -

pt$defineCalculation(calculationName = "GV", summariseExpression = "round(sum(amtfin) / 1e5, 1)")
pt$defineCalculation(calculationName = "GV_30", summariseExpression = "round((sum(current_30_amtfin) * 100) / sum(amtfin), 2)")

pt$evaluatePivot()

final_table <- pivottabler(pt)

how can I do filter on the final_table on GV values ? for example GV>3000

Thanks in Advance..🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant