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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

help with creating mini chart in table

Hi im having a problem configuring my mini chart in a table.

I want the mini chart to appear in the mini chart box (blue) for the indicator in question. The mini chart should have all DATE as dimension and all ACTUAL MTH for data points.

The mini charts should not change if the user makes selections from the user lists.

Basically i want the same mini chart for each indicator Date row.

error loading image

Can anyone help?

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello Jason,

Since I wanted to add some information but I was unable to reload your document (the excel file was not attached) I added myself some tables to I needed to use performing a partial reload. Among other things, a partial reload allows you to kee your existent loaded data and add new tables, which was the case. So you can forget about the REPLACE keyword. It was the only way to keep your data and load additional piece of script.

The RESIDENT load allows you to load data from an already loaded table.

I wanted to create a master calendar. For that, I need your first fact date and the last one. Then, the calendar is built using these dates as limits. There may be some other ways to do it, but this is the one I know best and that fits my requirements.

Hope this helps.

View solution in original post

3 Replies
Miguel_Angel_Baeyens

Hello,

Find your document attached with some changes, but basically I've created a calendar to base on it instead of using a calculated dimension.

As the sample data was small, I did it using a partial reload, anyway it should return expected values.

Check this file as well.

Hope it helps!

Not applicable
Author

Thanks Miguel for your help and your sample file is just what i was looking for.

Just a couple of questions the calendar you used and the script.

  • Im unfamilar with the REPLACE LOAD / RESIDENT / REPLACE DROP TABLE commands, whats your rationale to using them ?
  • Why you creating a MIN and MAX date variables?

Regards

Jason

Miguel_Angel_Baeyens

Hello Jason,

Since I wanted to add some information but I was unable to reload your document (the excel file was not attached) I added myself some tables to I needed to use performing a partial reload. Among other things, a partial reload allows you to kee your existent loaded data and add new tables, which was the case. So you can forget about the REPLACE keyword. It was the only way to keep your data and load additional piece of script.

The RESIDENT load allows you to load data from an already loaded table.

I wanted to create a master calendar. For that, I need your first fact date and the last one. Then, the calendar is built using these dates as limits. There may be some other ways to do it, but this is the one I know best and that fits my requirements.

Hope this helps.