I'll like to create a filter to capture between 2 ranges .. For Example - I want to capture between where fund ID is greater or equal to 30 but less or equal to 100. Fund ID >=30 and <=100. How do I write that as a custom filter
Will this be the right command:
If ([Fund ID] >= 30 and [Fund ID] <= 100 then 1 or else 0 end if