This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================ | |
| // SAMPLE QLIK SENSE LOAD SCRIPT - TEST FILE | |
| // ============================================ | |
| // Purpose: Test loading a script from a Gist | |
| // Usage: Paste directly into Data Load Editor | |
| // OR use $(Must_Include=[lib://...]); | |
| // ============================================ | |
| // --- TABLE 1: Sales Data --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| <img src="https://image-charts.com/chart?chbr=0&chco=0080ff& | |
| chd=a%3A' & concat([HTMLImage Region Population], '%2C') & '& ---inserts the region population data | |
| chdl=Region%20Population& - ---inserts the region population chart label | |
| chdlp=r& | |
| chl='&concat([HTMLImage Region Population Label], '%7C')&'& ---inserts the region poulation value label | |
| chs=700x450& | |
| cht=bvs& | |
| chtt=Region%20Population& ---inserts the region population data |