I just realised that values, that have a Show If formula that returns false, will not show in a csv export, although I unticked the “Apply show-if constraints universally”.
I understand you may have unique requirment, i.e. not to show the value in the column inside the AppSheet view, but the values are downloadable inside the CSV file exported from the view.
Try this expression for Show if constrain in your target column.
context(“host”)=“server”
The values in this column is not displayed on the view, but they will be there when you download to CSV.
If I don’t want to show a column in the CSV… I’ll restrict that column through the use of a slice
What purpose is there to include the column, if it’s only going to be empty?
If we’re going with the assumption that “the show ifs control CSV data export” - then the show if should completely remove the column from the CSV if it’s not supposed to be shown.
IMHO: it’s sloppy to have a column included that’s completely empty - Makes someone look like anamateur