-
Re: Publishing List as Page Selector Without Parent Levels
HI, I would like to go with @DavidSmith approach. But however still you need to put a boolean filter so that you will not be able to see the top level items. Step 1 : Create a module with "Count…3 -
Re: Removing empty Numbered List items from Module with Time & Version dimensions
HI Callum, Try it in this way!! Step 1: Add a line item "To find 0" and make it as boolean formatted and set the summary as "All" and put the formula =0 of the source line item th…3 -
Re: How do I get the data from a line item of a list in a module into another module?
Hi @kdoan , Yes it is possible. Please follow the below steps. Step 1: Create a look up module without dimension and create 3 line items and make it as 'Subscription list Formatted' Step 2:…3 -
Re: Use First Name in Users list
HI @AndrewClark, You can bring the first name by writing the below logic. {"HI " & IF FIND(".", LEFT(NAME(ITEM(Users)), FIND("@", NAME(ITEM(Users))))) > 1 THEN LE…3 -
Re: Need Help on Filtering Data
HI @Kamal, Interesting post!! Kudos for bringing this in Community. Here is my approach to achieve this solution. Step 1: Create 3 line items as below shot. Step 2: You can follow the formula based o…3

