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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

Textbox formula linked to Container Chart Object

I have a container CT01

I have a number of charts within the container CH01 to CH10

I also need a textbox that displays various results in similar to the statistic box but containing formulas not available in the statsistcs box.

I need to be able to link the text box to the chart

CH01 - TX01

CH02 - TX02

How can I only show the relevant textbox only when the relevant chart is selected.

Regards

15 Replies
neelamsaroha157
Specialist II
Specialist II

what I am talking about here is...if you have 5 charts in your container and only one is activated at a time then how would you get the objectID of that chart???

MK9885
Master II
Master II

In a container also we can know which object has what obj id. If one is finding it too difficult to get an object id from a container then remove that object and get it's ID.

Also please help me understand what do you mean by 'ACTIVATED'?

SVG.png


neelamsaroha157
Specialist II
Specialist II

Hope this explains it better...In the screenshot i have 2 objects in a container where My 'Sales' chart is activated currently and 'Budget' is not.

Capture.PNG

MK9885
Master II
Master II

The condition can still be applied by taking the dimension of the chart which you want to activate/hide/show etc.

there is always a way to see the Obj ID and I'd find it ridiculous if someone says I cannot get the Object ID of an Object.

We can get Obj ID in Sense and this is Qlik view.

If it is much of a hassles then before adding the object to container get the obj id and then add it. Anyway, I like to think I can get Object ID before or after adding it to container and apply any functionality to only that object in container (which will not effect other objects)

Thanks for your explanation.

neelamsaroha157
Specialist II
Specialist II

I never said that its hard to get ID of an object.

The question here is how you can find which object is currently activated in the container and get ID of that.

And there are more people in community who could answer this better.

spikenaylor1
Creator
Creator
Author

So there doesn't seem to a way of doing this.

I will therefore have to remove the charts from the container and show them all across multiple sheets along with a textbox Statiticsbox containing my formulas for each chart.

Another way of doing this is to reorganize my data.

currently for example my data is from a spreadsheet organised like this

 

BatchRatioRatioULRatioLLBioburdenBioburdenULBioburdenLL
AB1234809555108130100
AB1235819555107130100
AB1236679555124130100
AB1237669555113130100
AB1238699555123130100
AB1239669555123130100
AB1240689555114130100
AB1241509555123130100
AB1242749555109130100
AB1243909555116130100
AB1244579555105130100
AB1245899555108130100
AB1246589555121130100
AB1247879555120130100
AB1248869555125130100
AB1249699555106130100
AB1250849555120130100
AB1251659555113130100
AB1252539555117130100
AB1253569555106130100
AB1254759555105130100
AB1255689555123130100
AB1256559555118130100
AB1257609555124130100
AB1258549555116130100

I would need it organised like this

 

BatchTestValueULLL
AB1234Ratio829555
AB1235Ratio679555
AB1236Ratio539555
AB1237Ratio529555
AB1238Ratio739555
AB1239Ratio509555
AB1240Ratio769555
AB1241Ratio789555
AB1242Ratio539555
AB1243Ratio739555
AB1244Ratio709555
AB1245Ratio669555
AB1246Ratio779555
AB1247Ratio689555
AB1248Ratio809555
AB1249Ratio819555
AB1250Ratio649555
AB1251Ratio599555
AB1252Ratio849555
AB1253Ratio679555
AB1254Ratio529555
AB1255Ratio779555
AB1256Ratio699555
AB1257Ratio779555
AB1258Ratio569555
AB1234Bioburden117130100
AB1235Bioburden112130100
AB1236Bioburden117130100
AB1237Bioburden111130100
AB1238Bioburden110130100
AB1239Bioburden110130100
AB1240Bioburden108130100
AB1241Bioburden121130100
AB1242Bioburden118130100
AB1243Bioburden111130100
AB1244Bioburden122130100
AB1245Bioburden110130100
AB1246Bioburden114130100
AB1247Bioburden124130100
AB1248Bioburden125130100
AB1249Bioburden112130100
AB1250Bioburden105130100
AB1251Bioburden125130100
AB1252Bioburden116130100
AB1253Bioburden119130100
AB1254Bioburden112130100
AB1255Bioburden117130100
AB1256Bioburden112130100
AB1257Bioburden120130100
AB1258Bioburden108130100

Obviously this is just an example

I have about 30 columns to reorganize

Is this practical or is a case of show multilpe charts alongside multiple textboxes