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

How to add comment from CrossTable? URGENT HELP please

Hi,

I have straight table whihc will get data from excel file. I used CrossTable. All is fine. I would need to add the Comment in the Straight table.

can anyone help me how to do this please.

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Do you mean like this?

Goods:

CrossTable(Item,Result,5)

LOAD [Date Reviewed],

     Member,

     Reference,

     Outcome,

     Comment,

     bfbwt,

     btbtefb,

     bgfdbsvsfeb,

     fbfdbf,

     vfd     

FROM

V.xlsx

(ooxml, embedded labels, table is Sheet1);


talk is cheap, supply exceeds demand

View solution in original post

13 Replies
Not applicable
Author

please find sample attached.

its_anandrjs
Champion III
Champion III

Hi,

Means a column or any message. Let me know please.

Thanks & Regards

Not applicable
Author

Thanks. It is column in excel file but because of CrossTable it is shown under Result in qvw

its_anandrjs
Champion III
Champion III

Hi,

Add that column in your straight table as dimension and check it i think the data is shown there please check

Hope this helps

Thanks & Regards

Not applicable
Author

Yes you are right. I used belwo expression nand I can able to see comment

If(Result<>'Pass',Result)

But in the comment it is shwoing '-'. How can I remove dashes. I, e how can I change above expression to remove '-'

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Do you mean like this?

Goods:

CrossTable(Item,Result,5)

LOAD [Date Reviewed],

     Member,

     Reference,

     Outcome,

     Comment,

     bfbwt,

     btbtefb,

     bgfdbsvsfeb,

     fbfdbf,

     vfd     

FROM

V.xlsx

(ooxml, embedded labels, table is Sheet1);


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks. Up to crosstable it is ok. As I can able to see Comment as separate now. But it is not populating in Straight table it is showing Blanks. Please help.

its_anandrjs
Champion III
Champion III

Can you share a snapshot of straight table.

Thanks & Regards

Not applicable
Author

Perfect I got it . Thanks.