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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to plot a bar chart by grouping the values on X-axis

Hi all

isslf1.PNG

I want to plot a bar chart for the above table. I want the column "type" to be on the x-axis and the time on the y-axis.

But, i would like to group the rows which end with same name(like .php,.js,.css) in column "type".

please ask me , if I am not clear in my exlaination

Thanks

11 Replies
sunny_talwar

Ganesh -

Create a new field for file extension in the script like this to make your life easier

SubField([cs-uri-query], '.', -1) as File_Extension

Not applicable
Author

Thanks very much