Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

trying to replicate chart in tablebox

I have a chart which displays data based on the these conditions..

count(DISTINCT{ $<[EVENT_GROUP] = {HIRE}>} EMPLID)
+
count(DISTINCT{ $<[BUS_PROCESS_TYPE] ={"HIRE"}>} EMPLOYEE_ID)

how can I replace the same in table box or pivot..

Year and Month are my dims..

I was trying to write if in pivot or in table box but it is not quite simple..any help would be appreciated.

9 Replies
settu_periasamy
Master III
Master III

Capture.JPG

jagan
Partner - Champion III
Partner - Champion III

Hi Venkat,

There is no concept of expression in Table box, so it is not possible in Tablebox, so you can try using Pivot/Straight tables.  Add whatever dimensions you want in Straight /Pivot table and give this expression.  This will works.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi Venkat,

It won't work for Table Box. You try replicate with pivot table and add your expression.

Hope it helps!!

Not applicable
Author

thanks everyone...I ran it thru with pivot table..:)

petter
Partner - Champion III
Partner - Champion III

Make a copy of your chart and then switch the copy over to a Straight Table or Pivot Table in the General Tab of the chart properties by clicking the icon for Straight or Pivot. You don't need to replicate all the expressions since you can copy the entire chart and switch it to the right type...

Anonymous
Not applicable
Author

Please close this thread by marking helpful and correct.

Thank You

jagan
Partner - Champion III
Partner - Champion III

Hi Venkat,

Please close this thread by giving correct answer to the post which helps you in finding the answer.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi Venkat,

Please mark helpful and correct for appropriate and correct answers.

Thank You

Not applicable
Author

Updated