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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to correct the display ?

Hi All ,

The text part of my model is not working correctly when I am selecting from any filter.

See snapshot

Capture.PNG

But I am selecting any product , the Display breaks

Capture1.PNG

sample attached.

1 Solution

Accepted Solutions
kuczynska
Creator III
Creator III

Firstly you have to create your alternate state. Go to Settings > Document Properties > click on Alternate States button and create your new state:

sc2.PNGsc3.PNG

View solution in original post

5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Use this for the text box expression instead:

= 'Aspen Data Refresh: ' & TimeStamp((vAspenDist),'YYYY-MM-DD hh:mm') & Chr(10) &

'IHS Data Refresh: ' & TimeStamp((vIHS),'YYYY-MM-DD hh:mm') & Chr(10) &

'PIN Data Refresh: ' & TimeStamp((vPIN),'YYYY-MM-DD hh:mm') & Chr(10) &

'NRP Data Refresh: ' & TimeStamp((vNRP),'YYYY-MM-DD hh:mm') & Chr(10) &

'SCS Data Refresh: ' & TimeStamp((vSCS),'YYYY-MM-DD hh:mm') & Chr(10) &

'ULG Data Refresh: ' & TimeStamp((vULG),'YYYY-MM-DD hh:mm') & Chr(10) &

'UPD Data Refresh: ' & TimeStamp((vUPD),'YYYY-MM-DD hh:mm')

Now selections do not mess up the layout.

NOTE that the format letter M (capitals) is the month, and format letter m (lower case) is minutes.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
kuczynska
Creator III
Creator III

Hi,

Should this text box be responsive to any selections made by you? If not - try using alternate states and set text box in different state than any other object on this tab.

sc1.PNG

suvechha_b
Creator III
Creator III
Author

Hi ,

I am not getting any Alternate State

Capture2.PNG

suvechha_b
Creator III
Creator III
Author

Hi Jonathan,

When I use your expression , I am losing the fileDate for other Distributor . Please see the snapshot.

Capture3.PNG

kuczynska
Creator III
Creator III

Firstly you have to create your alternate state. Go to Settings > Document Properties > click on Alternate States button and create your new state:

sc2.PNGsc3.PNG