Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 852 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 852 Bytes

QTable inplements plain table for Qlik Sense with almost standard filteting behaviour and advanced measure functionality which supports:

  1. The <url>, <urlcss/>, <img>, <app> tags added after the measure value lead to advanced visualization features
  2. The <url> and <urlcss/> tags help implementing "real drill-down" behaviour by use of Single Integration API
  • <urlcss/> allows adding css <style> attribute value, for instance, <urlcss color: #ff0000; urlcss/> will make <a> link text red
  1. Also you can specify total expression for the measures

Just add your dimensions & measures and have a fun. -)

The implementation is derived from https://github.com/PabloSLabbe/QSTable, thanks to Pablo!