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: 
dathathreya
Creator
Creator

barchart customization

Hi all,

Please help me how to customize a bar chart axis line.

i have added a industry column in barchart,the industry field consists of records like,

IndustryAgriculture,IndustryBanking,Industryinsurance like that so i want to show in axis like onle

Agriculture,banking,Insurace.

so how can i show like that in bar chart.

Plz Help

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be this in Script

Right(FieldName, len(FieldName)-8) as FieldName

Or use same in Bar chart as Calculation Dimension

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

8 Replies
Anil_Babu_Samineni

May be this in Script

Right(FieldName, len(FieldName)-8) as FieldName

Or use same in Bar chart as Calculation Dimension

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

Use calculated dimension to remove  the unwanted string =Replace(name,'Industry','')

qlikview979
Specialist
Specialist

Are expecting like this

Untitled.png

Anil_Babu_Samineni

This is not good practice. What you do if you have data like below as Caps character to small character

LOAD * Inline [

FieldName

IndustryAgriculture

IndustryBanking

industryinsurance

];

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
dathathreya
Creator
Creator
Author

Thanks i got the expected output.

Anil_Babu_Samineni

Nice, Can you close this thread by flag Correct Answer.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
dathathreya
Creator
Creator
Author

its not showing the option for correct answer .it is showing only mark helpfull.

Anil_Babu_Samineni

If not let it be, Read this for future you will get idea

Qlik Community Tip: Marking Replies as Correct or Helpful

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful