Skip to content

Commit

Permalink
Move ProfileTableFieldValues readme info to repo readme and move scri…
Browse files Browse the repository at this point in the history
…pt file to repo root
  • Loading branch information
viperior committed Oct 15, 2020
1 parent b81ba85 commit ec8b44d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
File renamed without changes.
12 changes: 0 additions & 12 deletions ProfileTableFieldValues/README.md

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# qlik-snippets
Qlik scripting techniques and useful subroutines

## ProfileTableFieldValues Subroutine
This subroutine performs automated analysis of a table's field values.

### Usage
1. Create a new section named "ProfileTableFieldValues Subroutine" in your script.
2. Copy/paste the subroutine into this new section.
3. Ensure that this section is placed somewhere above where you want to first call it.
4. Place the following code on a line by itself, somewhere after the table you want to analyze has been loaded:

`Call ProfileTableFieldValues('Name Of Table You Want To Analyze', 'Name For Results Table')`

5. Reload the script and check the data model viewer. You should see your new table.

0 comments on commit ec8b44d

Please sign in to comment.