Hide/Unhide - Unhide Columns in Variable Set

From Q
Jump to navigation Jump to search
This page is currently under construction, or it refers to features which are under development and not yet available for use.
This page is under construction. Its contents are only visible to developers!

Unhides hidden columns in the currently-selected variable set. This only applies to variable sets which have both rows and columns, like Binary - Grid.

Usage

  1. Select a variable set under Data Sets
  2. Select UNHIDE CATEGROIES > Unhide Columns on the right
  3. You will be presented with a list of columns that have been hidden. Choose any that you want to unhide and click OK
var __webpack_modules__ = ({});
// The module cache
var __webpack_module_cache__ = {};

// The require function
function __webpack_require__(moduleId) {

// Check if module is in cache
var cachedModule = __webpack_module_cache__[moduleId];
if (cachedModule !== undefined) {
return cachedModule.exports;
}
// Create a new module (and put it into the cache)
var module = (__webpack_module_cache__[moduleId] = {
exports: {}
});
// Execute the module function
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);

// Return the exports of the module
return module.exports;

}

// webpack/runtime/rspack_version
(() => {
__webpack_require__.rv = () => ("1.7.2")
})();
// webpack/runtime/rspack_unique_id
(() => {
__webpack_require__.ruid = "bundler=rspack@1.7.2";
})();
includeWeb("QScript Functions for Unhiding Codes");

unhideRowsOrColumns(false);

See also