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

Displaying Data in the next line


Hi,

I have a requirement wherein the expression value must be displayed in two lines i.e., value in the first line and the year and month in the next line

For eg:

My sample application must have data like

45%

(2013-Mar)

Can anyone let me know how this could be done.I have attached the sample copy for reference

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Anushree,

here i give back your attachment with the modifying result, i hope that's what you need


Regards,

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi Anushree,

here i give back your attachment with the modifying result, i hope that's what you need


Regards,

tresesco
MVP
MVP

In the script, try using SubField(), like:


Load Metric,

          SubField(Value, '(') as Value

From <>;

nirav_bhimani
Partner - Specialist
Partner - Specialist

Hi,

Kindly find the attached file.

Regards,

Nirav Bhimani