Filter on Calculation Field
I have a calculation field that draws the "Cost Center" from another related app. I would like to filter by cost center, so I've done the following:
var a = parseInt(@All of Cost Center, 10) || 0;
a
That works, gives me a #, and can filter, but I'm getting the # : 2,3813.00
I would like to only have : 23813
I've searched the net and found many solutions (.replace, etc), but none have worked?
Any suggestions?
-
When I first saw this, I thought it was about how to filter on a calculation field. I didn't know it was possible to do that. I have several string calculations that I would like to filter on, but don't see them in my options for filtering when I click on the funnel for an app. How do I do that?
Also, is it possible to filter on relationships?
Please sign in to leave a comment.
Comments
7 comments