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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide & Show not working in Accesspoint.Working in Desktop?


Hi All,

Total i have 3 charts

1.Normal chart

2.Top N Agents

3.Bottom N Agents

Three charts overlapped by each other by default "Normal chart" will appear and when i select top then "Top N chart" same like Bottom chart.

this selection working in Desktop perfectly. But it's not working in "Access Point" and "desktop web viewer".

I am using Qlikview11.00 SR2.

Any suggestions plz.

Thanks,

Ashok.

30 Replies
sundarakumar
Specialist II
Specialist II

do u use show condition in the chars?

if so pls post the condition. If not use them.

-sundar

Not applicable
Author


Can you please post the application

deepakqlikview_123
Specialist
Specialist

Hi,

After using charts u have to use button objects and specify the condition for ech in a prper manner.

thanks

jagan
Partner - Champion III
Partner - Champion III

Hi Ashok,

Try to give correct Height and Width for all the charts, you can see the borders by clicking the Ctrl + G, if the outline overlap then the final charts will also overlap.

If possible attach sample app.

Regards,

Jagan.

Not applicable
Author

Tx for ur response,

Yes i used show condition.

Load * inline[

SortName , SortNo

Top N,1

Bottom N,2

];

I checked in two ways but both not working.

Show condition:SortNo=1 then Top chart

                          SortNo=2 then Bottom chart

Show condition: SortName='Top N' then Top Chart

                           SortName='Bottom N' then Bottom chart.

sundarakumar
Specialist II
Specialist II

I presume u make Top and bottor selection through the help of a button or text oblejct. Uwould need to use variables in this case. u should set action in the text object to set variables and use these variales in show condition of the chart.

How have u set the "top" and "bottom" selection for user?

sundarakumar
Specialist II
Specialist II

if u r plaing to have it in the back end as u have already dont, then u will have to set always ne selected in the field Sornname or sortno, then add another row as default to it. use the filed in a lsit box to let user select and add condition like

if(getfieldselections(Sornname)='Top N',1,0)   ----------- for top n chart

if(getfieldselections(Sornname)='Bottom N',1,0)   ----------- for bottom n chart

if(getfieldselections(Sornname)='Default',1,0)   ----------- for Defaukt chart

in the layout -> show chart condition.

Not applicable
Author

Yes jagan,

I maintended same height and width for all charts.

Please find sample application. when i m seeing in web viewer it's not working.


Thanks,

Ashok.

sundarakumar
Specialist II
Specialist II

PFA the application with the condition on layout set.

This is working good. Hope this helps.

-Sundar