This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, I have created a slice based on the below formula, But I’m getting
duplicates in customers. can I get a unique customer list. I have a
column [customer] Table name : Daily Trip AND( [Date] >= ANY( SELECT(
Permission[Tally Report From], TRUE ) ), ...
I have two table Table A & Table B TABLE A is like Date | Customer |
Amount 1/4/21. Kiran. 500 TABLE B is (only one Row) Approvel | Editing|
Add| Pending Yes Yes I want to a Editable if function in table A if
table B editing column is Yes? Anyone can...
Hi, I have created a slice, based on some condition and the view type is
table. now i want to show this table in my PDF report. Any one can
suggested me a solution for this.
I have two tables like below Daily updating table Only for report - (
editing the same row) I want to create a slice table C with the date of
table A based on table B criteria like this Any one please suggest me a
solution for this
I have a form to fill. In this form, I want validation in date. means
the entry date will last 5 days. this will help to prevent entering an
old date. For example if today’s date is 30/05/21 Then I want to enter
the value between “25/05/2021” to “30/...
Hi, I have created a slice under my Source Table “Daily trip” based on
the below filter condition and named the slice as “Invoice Data” AND(
[Date] >= ANY( SELECT( PI[From], TRUE ) ), [Date] <= ANY( SELECT(
PI[To], TRUE ) ), [Customer] = ANY( SELECT(...