Ad-Hoc Reporting in Qlik Sense

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • I believe this one is straightforward. I frequently come across customers who would love to provide their end users with real govern self service ad-hoc reporting. Yes, that’s a mouthful. In summary, they want someone to be able to create a Table “on the fly” in Qlik Sense. Ideally, the user should be able to select dimensions and measures from a list of governed metrics and maybe export that to Excel right afterwards.

Комментарии • 1

  • @mukesh4490
    @mukesh4490 2 года назад

    If got similar result just by using wildmatch:
    ===> if(wildmatch(GetFieldSelections(Dimensions_List),'*CustomerId*'),1,0)
    Please let me know if this will work in all the cases??