Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How exactly publish option used in qlik sense?Is There any possibility to unpublish the Published App in the qlik Sense?

Please provide some info on this publish Option.

6 Replies
Gysbert_Wassenaar

To unpublish an app you first duplicate it. Next you delete the published version. You can then modify the duplicate and publish it when you've finished modifying it. Or you can leave it as unpublished.


talk is cheap, supply exceeds demand
reddy-s
Master II
Master II

Hi Ravi,

As Gysbert mentioned, there is no such option as un-publishing available. Instead you can duplicate it and delete the existing one.

Not applicable
Author

     Thanks Gysbert and Sangram for the info.
     Have one more doubt.Is there any way that i can display count of uniq data in a column.I mean out of all the data in that column i want to display only  count of one specific data.Is there any expression in Qlik sense that can handle this kind of scenarios?

reddy-s
Master II
Master II

Hi Ravi,

To display unique entries in a column use this expression:count(distinct <Field>)

Or if you want to count the number of times a particular value occurs use this: count({$< Field = {'A'} >} <Field>)

Assume that 'A' is a value of a Field

Not applicable
Author

Hi sangram,

     Is that expression you suggested works for both qlikview and qlik sense?

I tried this in qlik sense It's not outputting any value.

reddy-s
Master II
Master II

Hi Ravi,

It works for both. Can you post the expression you are using please?