November 25, 20196 yr I have a script that is going through data and counting how many times a word shows up. It is then taking that number and storing it to a global field. My question it when I display that field, example $$Masters_degree_nursing , how do I have it display that number with commas in it? This is how I have it showing the script results. I which I new a better way to make it look like a spreadsheet or something with lines in there, like an Excel spreadsheet.
November 25, 20196 yr If you have numeric variables merged in a text block, you can format the text block to display numbers as Decimal, with the option 'Use thousands separator' checked. Note that the formatting will be applied to all numeric fields and variables merged in the same text block. 32 minutes ago, 1FilemakerMan said: I which I new a better way to make it look like a spreadsheet or something with lines in there, like an Excel spreadsheet. Consider having a table with all the values you want to track. Then you just need to fill in the counts - either by script, or by counting related records. Edited November 25, 20196 yr by comment
November 26, 20196 yr 5 hours ago, 1FilemakerMan said: This is how I have it showing the script results. I which I new a better way to make it look like a spreadsheet or something with lines in there, like an Excel spreadsheet. USE inspector go to third tab called appearance there u can select the options as per ur need to look like excel cells
Create an account or sign in to comment