Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
I put you in situation:
We have one table with a list of tickets. I put in web view mode with empty sheet. This is important because I am testing Qlikview for end-users. Well, now I create a straight table called T1. I load four fields in this straight table T1. In addition I create two expressions in T1 that calculates new values in each row of the T1. Now, I want to access to this rows, also I want to access to the total field. Now I want to take a new straight table with only one expression extra which needs to take data from T1, from all the rows including total field (although if I access to all rows of T1 I can calculate total but well...).
now, I ask you: if is possible to access to a custom field like expression fields or total fields, in web view, from another object?
Thanks for all,
Yago
T1
Field 1 | Field 2 | Field 3 | Field 4 | expression 1 | expression 2 |
---|---|---|---|---|---|
123123123 | qwerty | azerty | 00/00/0000 | true | 45 |
234324435 | qwerty | azerty | 00/00/0000 | true | 12 |
546464564 | qwerty | azerty | 00/00/0000 | true | 16 |
345345345 | qwerty | azerty | 00/00/0000 | true | 12 |
564645645 | qwerty | azerty | 00/00/0000 | false | 2 |
345345345 | qwerty | azerty | 00/00/0000 | true | 2 |
122333233 | qwerty | azerty | 00/00/0000 | false | 3 |
232323233 | qwerty | azerty | 00/00/0000 | true | 1 |
456210678 | qwerty | azerty | 00/00/0000 | true | 1 |
654245345 | qwerty | azerty | 00/00/0000 | false | 4 |
112122343 | qwerty | azerty | 00/00/0000 | false | 1 |
99 |
T2
Header 1 |
---|
expression extra |
You can't use data from another object in an expression. This is unrelated to webview. But you can make an expression that will calculate what you need. You just have to make clear what should be calculated and displayed in T2.
You can't use data from another object in an expression. This is unrelated to webview. But you can make an expression that will calculate what you need. You just have to make clear what should be calculated and displayed in T2.