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

detaching an object from another object in a sheet

hi

i have created a sheet in my report and in that sheet i have used multiboxes,pivot tables etc. i have used a pivot table to create a calender. multibox has been used as a selection box for the user to select various parameters of the reports. now whenever a user selects a parameter from the multibox the calender automatically gets activeted and only active values are shown in the calender.

i want it to remain in its original size and shape even after a selection is made. how can i achieve that???

1 Reply
Not applicable
Author

Hi Vitul,

Just in case if your using an expression in the pivot table(calendar),

try including the selection(multibox) field into the expression as a set analysis format.

Example:

multibox selection: CalendarDate(Filed Name)

Pivot Table: Expression ---> sum({<CalendarDate=>}1) .

Regards,

Vivekh