-
Re: Worksheet Filter AND / OR
@PhilippErkinger Best practice with filtering is to create a module holding all your conditions and roll this into a single boolean. Use this boolean in your filter in the NUX. Holding all your filte…1 -
Re: how to get the beginning month of the current year in a line item
@DMManalili Try using the following =PERIOD(START(Current Year Formatted Line Item)) The target line item should be month formatted. This will return the first month of the year being queried.1 -
Re: HIde Line Items using filter
Hi, You can create a line Item subset and create a filter module dimensioned by it. Using a boolean line item you can select which line items to show. However, this will only work for number formatte…1 -
Re: Taking an average of specific Quarters, like all Q1 or all Q2 over many years
@CommunityMember123764 I do not believe you need to use TIMESUM or MOVINGSUM. My suggestion is that you use a combination of AVERAGE summary option, ALL TIME PERIODS and SELECT to pull through the co…1 -
Re: How do I create a reporting forecast FTE module based on a time-dimensioned actuals module?
@johan.marketoft From your post I think you are trying to project the employee properties into future periods. If this is so then you can achieve this by using the follow approach. * Create an employ…1

