-
Re: Multiple selection in page selector
Hi Maki, See if this video is helpful for your problem. Best ragrds, Egor.1 -
Re: Need to use annual amount in a formula but comparing it to a monthly amount in same module?
Hi, If you want to reference an annual amount, the easiest way is to use YEARVALUE() formula. Please see the screenshot attached to see an example. You can also use YEARVALUE as a part of your formul…1 -
Re: How to find Delta value between current period record and most recent period records.
Hi Ankit, There is one way to do it that is very robust even if the list you are loading is not sorted. Here is what you will need to do: * You probably already have a list of Orders and an import li…1 -
Re: Count items in a list
Hi DeveloperCYT, Hope I understand you issue correctly - you have a text formatted property in a Complaint list called CustRef, and you want to see how often the value entered by user is found in thi…1 -
Re: Formula for blank value in lookup function
Hi, The approach is correct. You want to use DATE function when converting text to date format. The function takes in value for year, month, and day (ex. DATE(2016,12,31) ) that you can extract from …2