Skip to content

Settings

Settings is where you tune the way Data Collage looks, where it puts your files, what defaults apply to your result grids, and how your license is managed. Everything in Settings is personal to your machine — these aren’t shared across users or devices.

Two ways to open the Settings dialog:

  • File → Settings in the menu bar
  • Ctrl+, (anywhere in the app)

The dialog has five tabs down the left side: Application, Folders, Formats, License, and About.

Settings dialog open on the Application tab, with the five tabs visible on the left

The first tab covers appearance and font sizes.

Choose Dark or Light using the side-by-side button group. Changes take effect immediately — no restart needed. The editor’s syntax highlighting and the rest of the app re-theme together.

A stepper control going from 10 to 24 px in 0.5-px increments. The value you pick applies to all currently open editor tabs and any new ones you open.

A stepper from 10 to 20 px in 0.5-px increments. Row height scales with the font size automatically — bigger font, taller rows, no extra setting to tweak.

This tab controls where Data Collage reads and writes user files.

The folder where Data Collage writes modified unsaved tabs when you close the app or a tab without saving — your safety net for the “I just closed the app and lost my draft” moment.

Files are written as:

DataCollage_<tab title>_<timestamp>.sql

If you do close the app with unsaved drafts, look here first. The path is shown directly under the label; click Browse to pick a different folder.

The folder where .dcanalysis files (Saved Analyses — see §10) are read from and written to. The Save Analysis dialog uses this as the default location for new files, and the Analyses panel scans this folder for the analyses it lists.

Note: changing this path does not move existing files. If you want your existing .dcanalysis files to appear in the new location, copy them manually (with File Explorer) before or after the change.

This tab controls the default formatting applied to your result grids.

The format applied automatically to columns that Data Collage detects as date columns whenever a new result set comes in. Pick from the same list of date formats available in the per-column Format as date… menu, or choose No formatting to keep raw values from Fusion.

Per-column overrides set from the grid header menu (see §7) always win over this default.

A Reset button that clears the format overrides you’ve applied during your current session — both session-wide (date) and per-column (date and number) — and falls back to the Default date format above for date columns. Use it when your grid has accumulated a lot of one-off format tweaks and you want a clean slate without losing your default date setting.

The Default date format field above is not affected by Reset — only the in-session overrides on top of it.

If you want per-column number formats to persist instead of resetting at the next session, save the tab as a Saved Analysis — analyses capture all formats.

The License tab is where you check the state of your activation and manage the license going forward.

Read-only display showing:

FieldWhat it tells you
StatusActive or Inactive (with reason if inactive).
CustomerThe email address associated with the license.
PlanThe product and plan tier.
ExpiresWhen the current license expires.
Last validatedThe most recent time Data Collage successfully checked the license server.

Forces a fresh check against the license server. Use this when:

  • You’ve just activated a renewal and want to confirm the new expiration is picked up.
  • The app’s been offline for a while and you want to make sure your status is current.
  • You’re troubleshooting an activation issue with Newarc support.

Drops you back to the activation screen so you can enter a different license key. Useful when:

  • You’ve upgraded your plan and have a new key.
  • You’re moving the install to a different entitlement (e.g. from a trial to a paid license).

After clicking Change license, the activation flow is the same as a fresh install — see §3 — Activate your license.

A short tab — mostly useful for reporting issues.

  • Data Collage — name and “by Newarc Consulting” line.
  • Version — the installed version number (1.0.0 and so on).

When you write to us at datacollage@newarcinc.com with a bug report or question, please include the version number from this tab — it helps us figure out what release you’re on.

For the curious (and for anyone setting up backups), Data Collage stores its data in two places on your machine:

  • Local database (datacollage.db) — saved connections (without passwords), query history, library favorites, and other internal state. Lives in your Windows app-data folder: %APPDATA%\<Data Collage bundle>\datacollage.db.
  • Saved passwords — kept in the Windows Credential Manager, separate from the database. Never written to disk in plain text.

Folder paths you’ve configured (Analyses folder, Auto-save folder) live wherever you pointed them. .dcanalysis and .sql files are written there as ordinary files you can back up, copy, or commit to source control like any other.

Reinstalls and updates leave all of this untouched — your connections, history, favorites, saved analyses, and Windows-stored passwords all survive an upgrade.