Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adhoc Reporting


Hi,

I have been trying to impplement adhoc reporting, i have tried using substringcount function like below to populate the dimension fields into the chart in the enable condidition as -substringcount(concat(Dim_Name,'|'),'CASE'),but in this case when the dimension Case is selected another dimension Case_Type also appears in the chart.So even though the chart needs to be populated only with case dimension ,it gets populated with case and case_type.Please let me know how this could be resolved to get the desired results

1 Solution

Accepted Solutions
tresesco
MVP
MVP

In such case an extra character would be required to separate out the difference like:

=substringcount(concat(Dim_Name &'@' ,'|'),'CASE@')

View solution in original post

6 Replies
jsingh71
Partner - Specialist
Partner - Specialist

Hi Anushri,

I also face the same issue some days back. To resolve this issue rename your dimension name in inline load. I solved mine using this only. If still facing the same then load sample app.

SunilChauhan
Champion
Champion

see the Report Tab in attached file

Sunil Chauhan
tresesco
MVP
MVP

In such case an extra character would be required to separate out the difference like:

=substringcount(concat(Dim_Name &'@' ,'|'),'CASE@')

sasikanth
Master
Master

Hi ,

Please find the attachment ,

it will guide you

SunilChauhan
Champion
Champion

see the Report Tab in attached file

Sunil Chauhan
cheburashka
Creator III
Creator III

Hi,

For an out of the box (no scripting to create the dimensions) Ad Hoc table solution. Feel free to check out this document.

,KR Koen